Shades of Hot Pink #F254B6
Tints of Hot Pink #F254B6
RGB
CMYK
RGB Variations
Color information
#F254B6 (or 0xF254B6) is known color: Hot Pink. HEX triplet: F2, 54 and B6. RGB value is (242,84,182). Sum of RGB (Red+Green+Blue) = 242+84+182=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 84 (33.20% from 255 or 16.54% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F254B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254B6 is #0DAB49. Grayscale: #8E8E8E. Windows color (decimal): -895818 or 11949298. OLE color: 11949298.
HSL color Cylindrical-coordinate representation of color #F254B6: hue angle of 322.78º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254B6 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 182 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.05 |
| HSL | 322.78º | 0.86% | 0.64% | - |
| HSV(B) | 322.78º | 0.65% | 0.95% | - |
| XYZ | 48.23 | 28.6 | 47.23 | - |
| YUV | 142.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 182 | 0 | 0.65 | 0.25 | 0.05 | 322.78 | 0.86 | 0.64 |
| Hex | F2 | 54 | B6 | 0 | 41 | 19 | 5 | 143 | 56 | 40 |
| Octal | 362 | 124 | 266 | 0 | 101 | 31 | 5 | 503 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10110110 | 0 | 1000001 | 11001 | 101 | 101000011 | 1010110 | 1000000 |
Color Harmonies of #F254B6
Complementary color
Monochromatic Colors of #F254B6
Black with #F254B6
Text Example
Text Example
White with #F254B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254B6; }
p { color: rgb(242,84,182); }
H1.HeaderClassName
{
color: #F254B6;
}
.AnyTagClassName
{
color: #F254B6;
}
</style>
background-color css
<style>
a { background-color: #F254B6; }
a { background-color: rgb(242,84,182); }
div.DivClassName
{
background-color: #F254B6;
}
.BgClassName
{
background-color: #F254B6;
}
</style>
border-color css
<style>
span { border-color: #F254B6; }
span { border-color: rgb(242,84,182); }
td.TdClassName
{
border-color: #F254B6;
}
.TagClassName
{
border-color: #F254B6;
}
</style>