#FF69B4

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

Shades of HotPink #FF69B4

Tints of HotPink #FF69B4

Color information

#FF69B4 (or 0xFF69B4) is known color: HotPink. HEX triplet: FF, 69 and B4. RGB value is (255,105,180). Sum of RGB (Red+Green+Blue) = 255+105+180=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B4 is #00964B. Grayscale: #9E9E9E. Windows color (decimal): -38476 or 11823615. OLE color: 11823615.

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

Color convert

RGB255105180-
CMYK00.590.290
HSL330º100%70.59%-
HSV(B)330º58.82%100%-
XYZ54.5334.6647-
YUV158.4140.2196.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=47.22%
G=19.44%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510518000.590.29033010070.59
HexFF69B403B1D014a6447
Octal377151264073350512144107
Binary11111111110100110110100011101111101010100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69B4; }

 p { color: rgb(255,105,180); }

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

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

 a { background-color: rgb(255,105,180); }

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

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

 span { border-color: rgb(255,105,180); }

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