Shades of Hot Pink #F26DBB
Tints of Hot Pink #F26DBB
RGB
CMYK
RGB Variations
Color information
#F26DBB (or 0xF26DBB) is known color: Hot Pink. HEX triplet: F2, 6D and BB. RGB value is (242,109,187). Sum of RGB (Red+Green+Blue) = 242+109+187=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F26DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F26DBB is #0D9244. Grayscale: #9D9D9D. Windows color (decimal): -889413 or 12283378. OLE color: 12283378.
HSL color Cylindrical-coordinate representation of color #F26DBB: hue angle of 324.81º 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 #F26DBB is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 187 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.05 |
| HSL | 324.81º | 0.84% | 0.69% | - |
| HSV(B) | 324.81º | 0.55% | 0.95% | - |
| XYZ | 51.06 | 33.4 | 50.77 | - |
| YUV | 157.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 187 | 0 | 0.55 | 0.23 | 0.05 | 324.81 | 0.84 | 0.69 |
| Hex | F2 | 6D | BB | 0 | 37 | 17 | 5 | 145 | 54 | 45 |
| Octal | 362 | 155 | 273 | 0 | 67 | 27 | 5 | 505 | 124 | 105 |
| Binary | 11110010 | 1101101 | 10111011 | 0 | 110111 | 10111 | 101 | 101000101 | 1010100 | 1000101 |
Color Harmonies of #F26DBB
Complementary color
Monochromatic Colors of #F26DBB
Black with #F26DBB
Text Example
Text Example
White with #F26DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26DBB; }
p { color: rgb(242,109,187); }
H1.HeaderClassName
{
color: #F26DBB;
}
.AnyTagClassName
{
color: #F26DBB;
}
</style>
background-color css
<style>
a { background-color: #F26DBB; }
a { background-color: rgb(242,109,187); }
div.DivClassName
{
background-color: #F26DBB;
}
.BgClassName
{
background-color: #F26DBB;
}
</style>
border-color css
<style>
span { border-color: #F26DBB; }
span { border-color: rgb(242,109,187); }
td.TdClassName
{
border-color: #F26DBB;
}
.TagClassName
{
border-color: #F26DBB;
}
</style>