#FF66B1

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

Shades of Hot Pink #FF66B1

Tints of Hot Pink #FF66B1

Color information

#FF66B1 (or 0xFF66B1) is unknown color: approx Hot Pink. HEX triplet: FF, 66 and B1. RGB value is (255,102,177). Sum of RGB (Red+Green+Blue) = 255+102+177=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 177 (69.53% from 255 or 33.15% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66B1 is #00994E. Grayscale: #9C9C9C. Windows color (decimal): -39247 or 11626239. OLE color: 11626239.

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

Color convert

RGB255102177-
CMYK00.60.310
HSL330.59º100%70%-
HSV(B)330.59º60%100%-
XYZ53.9333.9445.3-
YUV156.3139.69198.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 177 (69.53% from 255) = 33.15%
R=47.75%
G=19.10%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510217700.60.310330.5910070
HexFF66B103C1F014b6446
Octal377146261074370513144106
Binary11111111110011010110001011110011111010100101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66B1; }

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

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

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

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

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

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

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

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