Shades of Hot Pink #F254BD
Tints of Hot Pink #F254BD
RGB
CMYK
RGB Variations
Color information
#F254BD (or 0xF254BD) is known color: Hot Pink. HEX triplet: F2, 54 and BD. RGB value is (242,84,189). Sum of RGB (Red+Green+Blue) = 242+84+189=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F254BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254BD is #0DAB42. Grayscale: #8E8E8E. Windows color (decimal): -895811 or 12408050. OLE color: 12408050.
HSL color Cylindrical-coordinate representation of color #F254BD: hue angle of 320.13º 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 #F254BD is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 189 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.05 |
| HSL | 320.13º | 0.86% | 0.64% | - |
| HSV(B) | 320.13º | 0.65% | 0.95% | - |
| XYZ | 48.97 | 28.89 | 51.14 | - |
| YUV | 143.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 189 | 0 | 0.65 | 0.22 | 0.05 | 320.13 | 0.86 | 0.64 |
| Hex | F2 | 54 | BD | 0 | 41 | 16 | 5 | 140 | 56 | 40 |
| Octal | 362 | 124 | 275 | 0 | 101 | 26 | 5 | 500 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10111101 | 0 | 1000001 | 10110 | 101 | 101000000 | 1010110 | 1000000 |
Color Harmonies of #F254BD
Complementary color
Monochromatic Colors of #F254BD
Black with #F254BD
Text Example
Text Example
White with #F254BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254BD; }
p { color: rgb(242,84,189); }
H1.HeaderClassName
{
color: #F254BD;
}
.AnyTagClassName
{
color: #F254BD;
}
</style>
background-color css
<style>
a { background-color: #F254BD; }
a { background-color: rgb(242,84,189); }
div.DivClassName
{
background-color: #F254BD;
}
.BgClassName
{
background-color: #F254BD;
}
</style>
border-color css
<style>
span { border-color: #F254BD; }
span { border-color: rgb(242,84,189); }
td.TdClassName
{
border-color: #F254BD;
}
.TagClassName
{
border-color: #F254BD;
}
</style>