Shades of Brilliant Rose #F251A8
Tints of Brilliant Rose #F251A8
RGB
CMYK
RGB Variations
Color information
#F251A8 (or 0xF251A8) is known color: Brilliant Rose. HEX triplet: F2, 51 and A8. RGB value is (242,81,168). Sum of RGB (Red+Green+Blue) = 242+81+168=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F251A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251A8 is #0DAE57. Grayscale: #8A8A8A. Windows color (decimal): -896600 or 11031026. OLE color: 11031026.
HSL color Cylindrical-coordinate representation of color #F251A8: hue angle of 327.58º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F251A8 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 168 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.05 |
| HSL | 327.58º | 0.86% | 0.63% | - |
| HSV(B) | 327.58º | 0.67% | 0.95% | - |
| XYZ | 46.63 | 27.59 | 39.91 | - |
| YUV | 139.06 | 144.34 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 168 | 0 | 0.67 | 0.31 | 0.05 | 327.58 | 0.86 | 0.63 |
| Hex | F2 | 51 | A8 | 0 | 43 | 1F | 5 | 148 | 56 | 3F |
| Octal | 362 | 121 | 250 | 0 | 103 | 37 | 5 | 510 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10101000 | 0 | 1000011 | 11111 | 101 | 101001000 | 1010110 | 111111 |
Color Harmonies of #F251A8
Complementary color
Monochromatic Colors of #F251A8
Black with #F251A8
Text Example
Text Example
White with #F251A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251A8; }
p { color: rgb(242,81,168); }
H1.HeaderClassName
{
color: #F251A8;
}
.AnyTagClassName
{
color: #F251A8;
}
</style>
background-color css
<style>
a { background-color: #F251A8; }
a { background-color: rgb(242,81,168); }
div.DivClassName
{
background-color: #F251A8;
}
.BgClassName
{
background-color: #F251A8;
}
</style>
border-color css
<style>
span { border-color: #F251A8; }
span { border-color: rgb(242,81,168); }
td.TdClassName
{
border-color: #F251A8;
}
.TagClassName
{
border-color: #F251A8;
}
</style>