Shades of Brilliant Rose #F251A6
Tints of Brilliant Rose #F251A6
RGB
CMYK
RGB Variations
Color information
#F251A6 (or 0xF251A6) is known color: Brilliant Rose. HEX triplet: F2, 51 and A6. RGB value is (242,81,166). Sum of RGB (Red+Green+Blue) = 242+81+166=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F251A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251A6 is #0DAE59. Grayscale: #8A8A8A. Windows color (decimal): -896602 or 10899954. OLE color: 10899954.
HSL color Cylindrical-coordinate representation of color #F251A6: hue angle of 328.32º 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 #F251A6 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 166 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.05 |
| HSL | 328.32º | 0.86% | 0.63% | - |
| HSV(B) | 328.32º | 0.67% | 0.95% | - |
| XYZ | 46.44 | 27.52 | 38.94 | - |
| YUV | 138.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 166 | 0 | 0.67 | 0.31 | 0.05 | 328.32 | 0.86 | 0.63 |
| Hex | F2 | 51 | A6 | 0 | 43 | 1F | 5 | 148 | 56 | 3F |
| Octal | 362 | 121 | 246 | 0 | 103 | 37 | 5 | 510 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10100110 | 0 | 1000011 | 11111 | 101 | 101001000 | 1010110 | 111111 |
Color Harmonies of #F251A6
Complementary color
Monochromatic Colors of #F251A6
Black with #F251A6
Text Example
Text Example
White with #F251A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251A6; }
p { color: rgb(242,81,166); }
H1.HeaderClassName
{
color: #F251A6;
}
.AnyTagClassName
{
color: #F251A6;
}
</style>
background-color css
<style>
a { background-color: #F251A6; }
a { background-color: rgb(242,81,166); }
div.DivClassName
{
background-color: #F251A6;
}
.BgClassName
{
background-color: #F251A6;
}
</style>
border-color css
<style>
span { border-color: #F251A6; }
span { border-color: rgb(242,81,166); }
td.TdClassName
{
border-color: #F251A6;
}
.TagClassName
{
border-color: #F251A6;
}
</style>