#FF69BD

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

Shades of Hot Pink #FF69BD

Tints of Hot Pink #FF69BD

Color information

#FF69BD (or 0xFF69BD) is unknown color: approx Hot Pink. HEX triplet: FF, 69 and BD. RGB value is (255,105,189). Sum of RGB (Red+Green+Blue) = 255+105+189=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69BD is #009642. Grayscale: #9F9F9F. Windows color (decimal): -38467 or 12413439. OLE color: 12413439.

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

Color convert

RGB255105189-
CMYK00.590.260
HSL326.4º100%70.59%-
HSV(B)326.4º58.82%100%-
XYZ55.4835.0451.98-
YUV159.43144.7196.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 105 (41.41% from 255) = 19.13%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=46.45%
G=19.13%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510518900.590.260326.410070.59
HexFF69BD03B1A01466447
Octal377151275073320506144107
Binary11111111110100110111101011101111010010100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF69BD; }

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

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

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

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

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

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

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

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