Shades of Hot Pink #F254BC
Tints of Hot Pink #F254BC
RGB
CMYK
RGB Variations
Color information
#F254BC (or 0xF254BC) is known color: Hot Pink. HEX triplet: F2, 54 and BC. RGB value is (242,84,188). Sum of RGB (Red+Green+Blue) = 242+84+188=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 84 (33.20% from 255 or 16.34% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F254BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254BC is #0DAB43. Grayscale: #8E8E8E. Windows color (decimal): -895812 or 12342514. OLE color: 12342514.
HSL color Cylindrical-coordinate representation of color #F254BC: hue angle of 320.51º 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 #F254BC is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 188 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.05 |
| HSL | 320.51º | 0.86% | 0.64% | - |
| HSV(B) | 320.51º | 0.65% | 0.95% | - |
| XYZ | 48.87 | 28.85 | 50.57 | - |
| YUV | 143.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 188 | 0 | 0.65 | 0.22 | 0.05 | 320.51 | 0.86 | 0.64 |
| Hex | F2 | 54 | BC | 0 | 41 | 16 | 5 | 141 | 56 | 40 |
| Octal | 362 | 124 | 274 | 0 | 101 | 26 | 5 | 501 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10111100 | 0 | 1000001 | 10110 | 101 | 101000001 | 1010110 | 1000000 |
Color Harmonies of #F254BC
Complementary color
Monochromatic Colors of #F254BC
Black with #F254BC
Text Example
Text Example
White with #F254BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F254BC; }
p { color: rgb(242,84,188); }
H1.HeaderClassName
{
color: #F254BC;
}
.AnyTagClassName
{
color: #F254BC;
}
</style>
background-color css
<style>
a { background-color: #F254BC; }
a { background-color: rgb(242,84,188); }
div.DivClassName
{
background-color: #F254BC;
}
.BgClassName
{
background-color: #F254BC;
}
</style>
border-color css
<style>
span { border-color: #F254BC; }
span { border-color: rgb(242,84,188); }
td.TdClassName
{
border-color: #F254BC;
}
.TagClassName
{
border-color: #F254BC;
}
</style>