#ff69b5

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

Shades of Hot Pink #FF69B5

Tints of Hot Pink #FF69B5

Color information

#FF69B5 (or 0xFF69B5) is unknown color: approx Hot Pink. HEX triplet: FF, 69 and B5. RGB value is (255,105,181). Sum of RGB (Red+Green+Blue) = 255+105+181=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69B5 is #00964A. Grayscale: #9E9E9E. Windows color (decimal): -38475 or 11889151. OLE color: 11889151.

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

Color convert

RGB255105181-
CMYK00.590.290
HSL329.6º100%70.59%-
HSV(B)329.6º58.82%100%-
XYZ54.6334.747.53-
YUV158.51140.7196.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.13%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 181 (71.09% from 255) = 33.46%
R=47.13%
G=19.41%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510518100.590.290329.610070.59
HexFF69B503B1D014a6447
Octal377151265073350512144107
Binary11111111110100110110101011101111101010100101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff69b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff69b5; }

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

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

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

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

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

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

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

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