Shades of Hot Pink #F35BBB
Tints of Hot Pink #F35BBB
RGB
CMYK
RGB Variations
Color information
#F35BBB (or 0xF35BBB) is known color: Hot Pink. HEX triplet: F3, 5B and BB. RGB value is (243,91,187). Sum of RGB (Red+Green+Blue) = 243+91+187=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F35BBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35BBB is #0CA444. Grayscale: #939393. Windows color (decimal): -828485 or 12278771. OLE color: 12278771.
HSL color Cylindrical-coordinate representation of color #F35BBB: hue angle of 322.11º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F35BBB is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 91 | 187 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 322.11º | 0.86% | 0.65% | - |
| HSV(B) | 322.11º | 0.63% | 0.95% | - |
| XYZ | 49.67 | 30.12 | 50.21 | - |
| YUV | 147.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 91 | 187 | 0 | 0.63 | 0.23 | 0.05 | 322.11 | 0.86 | 0.65 |
| Hex | F3 | 5B | BB | 0 | 3F | 17 | 5 | 142 | 56 | 41 |
| Octal | 363 | 133 | 273 | 0 | 77 | 27 | 5 | 502 | 126 | 101 |
| Binary | 11110011 | 1011011 | 10111011 | 0 | 111111 | 10111 | 101 | 101000010 | 1010110 | 1000001 |
Color Harmonies of #F35BBB
Complementary color
Monochromatic Colors of #F35BBB
Black with #F35BBB
Text Example
Text Example
White with #F35BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35BBB; }
p { color: rgb(243,91,187); }
H1.HeaderClassName
{
color: #F35BBB;
}
.AnyTagClassName
{
color: #F35BBB;
}
</style>
background-color css
<style>
a { background-color: #F35BBB; }
a { background-color: rgb(243,91,187); }
div.DivClassName
{
background-color: #F35BBB;
}
.BgClassName
{
background-color: #F35BBB;
}
</style>
border-color css
<style>
span { border-color: #F35BBB; }
span { border-color: rgb(243,91,187); }
td.TdClassName
{
border-color: #F35BBB;
}
.TagClassName
{
border-color: #F35BBB;
}
</style>