Shades of Hot Pink #F254B7
Tints of Hot Pink #F254B7
RGB
CMYK
RGB Variations
Color information
#F254B7 (or 0xF254B7) is known color: Hot Pink. HEX triplet: F2, 54 and B7. RGB value is (242,84,183). Sum of RGB (Red+Green+Blue) = 242+84+183=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F254B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254B7 is #0DAB48. Grayscale: #8E8E8E. Windows color (decimal): -895817 or 12014834. OLE color: 12014834.
HSL color Cylindrical-coordinate representation of color #F254B7: hue angle of 322.41º 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 #F254B7 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 183 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.05 |
| HSL | 322.41º | 0.86% | 0.64% | - |
| HSV(B) | 322.41º | 0.65% | 0.95% | - |
| XYZ | 48.34 | 28.64 | 47.78 | - |
| YUV | 142.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 183 | 0 | 0.65 | 0.24 | 0.05 | 322.41 | 0.86 | 0.64 |
| Hex | F2 | 54 | B7 | 0 | 41 | 18 | 5 | 142 | 56 | 40 |
| Octal | 362 | 124 | 267 | 0 | 101 | 30 | 5 | 502 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10110111 | 0 | 1000001 | 11000 | 101 | 101000010 | 1010110 | 1000000 |
Color Harmonies of #F254B7
Complementary color
Monochromatic Colors of #F254B7
Black with #F254B7
Text Example
Text Example
White with #F254B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254B7; }
p { color: rgb(242,84,183); }
H1.HeaderClassName
{
color: #F254B7;
}
.AnyTagClassName
{
color: #F254B7;
}
</style>
background-color css
<style>
a { background-color: #F254B7; }
a { background-color: rgb(242,84,183); }
div.DivClassName
{
background-color: #F254B7;
}
.BgClassName
{
background-color: #F254B7;
}
</style>
border-color css
<style>
span { border-color: #F254B7; }
span { border-color: rgb(242,84,183); }
td.TdClassName
{
border-color: #F254B7;
}
.TagClassName
{
border-color: #F254B7;
}
</style>