Shades of Hot Pink #F26CBB
Tints of Hot Pink #F26CBB
RGB
CMYK
RGB Variations
Color information
#F26CBB (or 0xF26CBB) is known color: Hot Pink. HEX triplet: F2, 6C and BB. RGB value is (242,108,187). Sum of RGB (Red+Green+Blue) = 242+108+187=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F26CBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26CBB is #0D9344. Grayscale: #9C9C9C. Windows color (decimal): -889669 or 12283122. OLE color: 12283122.
HSL color Cylindrical-coordinate representation of color #F26CBB: hue angle of 324.63º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26CBB is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 187 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.05 |
| HSL | 324.63º | 0.84% | 0.69% | - |
| HSV(B) | 324.63º | 0.55% | 0.95% | - |
| XYZ | 50.95 | 33.19 | 50.73 | - |
| YUV | 157.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 187 | 0 | 0.55 | 0.23 | 0.05 | 324.63 | 0.84 | 0.69 |
| Hex | F2 | 6C | BB | 0 | 37 | 17 | 5 | 145 | 54 | 45 |
| Octal | 362 | 154 | 273 | 0 | 67 | 27 | 5 | 505 | 124 | 105 |
| Binary | 11110010 | 1101100 | 10111011 | 0 | 110111 | 10111 | 101 | 101000101 | 1010100 | 1000101 |
Color Harmonies of #F26CBB
Complementary color
Monochromatic Colors of #F26CBB
Black with #F26CBB
Text Example
Text Example
White with #F26CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26CBB; }
p { color: rgb(242,108,187); }
H1.HeaderClassName
{
color: #F26CBB;
}
.AnyTagClassName
{
color: #F26CBB;
}
</style>
background-color css
<style>
a { background-color: #F26CBB; }
a { background-color: rgb(242,108,187); }
div.DivClassName
{
background-color: #F26CBB;
}
.BgClassName
{
background-color: #F26CBB;
}
</style>
border-color css
<style>
span { border-color: #F26CBB; }
span { border-color: rgb(242,108,187); }
td.TdClassName
{
border-color: #F26CBB;
}
.TagClassName
{
border-color: #F26CBB;
}
</style>