#FF66BD

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

Shades of Hot Pink #FF66BD

Tints of Hot Pink #FF66BD

Color information

#FF66BD (or 0xFF66BD) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and BD. RGB value is (255,102,189). Sum of RGB (Red+Green+Blue) = 255+102+189=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF66BD is #009942. Grayscale: #9D9D9D. Windows color (decimal): -39235 or 12412671. OLE color: 12412671.

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

Color convert

RGB255102189-
CMYK00.60.260
HSL325.88º100%70%-
HSV(B)325.88º60%100%-
XYZ55.1834.4451.88-
YUV157.66145.69197.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 102 (40.23% from 255) = 18.68%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=46.70%
G=18.68%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510218900.60.260325.8810070
HexFF66BD03C1A01466446
Octal377146275074320506144106
Binary11111111110011010111101011110011010010100011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66BD; }

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

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

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

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

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

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

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

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