Shades of Hot Pink #FF66B2
Tints of Hot Pink #FF66B2
RGB
CMYK
RGB Variations
Color information
#FF66B2 (or 0xFF66B2) is known color: Hot Pink. HEX triplet: FF, 66 and B2. RGB value is (255,102,178). Sum of RGB (Red+Green+Blue) = 255+102+178=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF66B2 is #00994D. Grayscale: #9C9C9C. Windows color (decimal): -39246 or 11691775. OLE color: 11691775.
HSL color Cylindrical-coordinate representation of color #FF66B2: hue angle of 330.2º 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 #FF66B2 is Cyan = 0, Magento = 0.6, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 102 | 178 | - |
CMYK | 0 | 0.6 | 0.30 | 0 |
HSL | 330.2º | 1% | 0.7% | - |
HSV(B) | 330.2º | 0.6% | 1% | - |
XYZ | 54.03 | 33.98 | 45.83 | - |
YUV | 156.41 | 140.19 | 198.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 102 | 178 | 0 | 0.6 | 0.30 | 0 | 330.2 | 1 | 0.7 |
Hex | FF | 66 | B2 | 0 | 3C | 1E | 0 | 14A | 64 | 46 |
Octal | 377 | 146 | 262 | 0 | 74 | 36 | 0 | 512 | 144 | 106 |
Binary | 11111111 | 1100110 | 10110010 | 0 | 111100 | 11110 | 0 | 101001010 | 1100100 | 1000110 |
Color Harmonies of #FF66B2
Complementary color
Monochromatic Colors of #FF66B2
Black with #FF66B2
Text Example
Text Example
White with #FF66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66B2; }
p { color: rgb(255,102,178); }
H1.HeaderClassName
{
color: #FF66B2;
}
.AnyTagClassName
{
color: #FF66B2;
}
</style>
background-color css
<style>
a { background-color: #FF66B2; }
a { background-color: rgb(255,102,178); }
div.DivClassName
{
background-color: #FF66B2;
}
.BgClassName
{
background-color: #FF66B2;
}
</style>
border-color css
<style>
span { border-color: #FF66B2; }
span { border-color: rgb(255,102,178); }
td.TdClassName
{
border-color: #FF66B2;
}
.TagClassName
{
border-color: #FF66B2;
}
</style>