#FF68BA

Color #FF68BA Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #FF68BA

Tints of Hot Pink #FF68BA

Color information

#FF68BA (or 0xFF68BA) is unknown color: approx Hot Pink. HEX triplet: FF, 68 and BA. RGB value is (255,104,186). Sum of RGB (Red+Green+Blue) = 255+104+186=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68BA is #009745. Grayscale: #9E9E9E. Windows color (decimal): -38726 or 12216575. OLE color: 12216575.

HSL color Cylindrical-coordinate representation of color #FF68BA: hue angle of 327.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68BA is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB255104186-
CMYK00.590.270
HSL327.42º100%70.39%-
HSV(B)327.42º59.22%100%-
XYZ55.0534.7150.25-
YUV158.5143.53196.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=46.79%
G=19.08%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510418600.590.270327.4210070.39
HexFF68BA03B1B01476446
Octal377150272073330507144106
Binary11111111110100010111010011101111011010100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF68BA; }

 p { color: rgb(255,104,186); }

 H1.HeaderClassName
 {
   color: #FF68BA;
 }
 .AnyTagClassName
 {
   color: #FF68BA;
 }
</style>
background-color css

<style>
 a { background-color: #FF68BA; }

 a { background-color: rgb(255,104,186); }

 div.DivClassName
 {
   background-color: #FF68BA;
 }
 .BgClassName
 {
   background-color: #FF68BA;
 }
</style>
border-color css

<style>
 span { border-color: #FF68BA; }

 span { border-color: rgb(255,104,186); }

 td.TdClassName
 {
   border-color: #FF68BA;
 }
 .TagClassName
 {
   border-color: #FF68BA;
 }
</style>