#FF68B5

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

Shades of Hot Pink #FF68B5

Tints of Hot Pink #FF68B5

Color information

#FF68B5 (or 0xFF68B5) is unknown color: approx Hot Pink. HEX triplet: FF, 68 and B5. RGB value is (255,104,181). Sum of RGB (Red+Green+Blue) = 255+104+181=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 181 (71.09% from 255 or 33.52% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68B5 is #00974A. Grayscale: #9D9D9D. Windows color (decimal): -38731 or 11888895. OLE color: 11888895.

HSL color Cylindrical-coordinate representation of color #FF68B5: hue angle of 329.4º 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 #FF68B5 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255104181-
CMYK00.590.290
HSL329.4º100%70.39%-
HSV(B)329.4º59.22%100%-
XYZ54.5334.547.5-
YUV157.93141.03197.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 104 (41.02% from 255) = 19.26%
BLUE value IS 181 (71.09% from 255) = 33.52%
R=47.22%
G=19.26%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510418100.590.290329.410070.39
HexFF68B503B1D01496446
Octal377150265073350511144106
Binary11111111110100010110101011101111101010100100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF68B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF68B5; }

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

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

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

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

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

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

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

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