Shades of Brilliant Rose #F251A1
Tints of Brilliant Rose #F251A1
RGB
CMYK
RGB Variations
Color information
#F251A1 (or 0xF251A1) is known color: Brilliant Rose. HEX triplet: F2, 51 and A1. RGB value is (242,81,161). Sum of RGB (Red+Green+Blue) = 242+81+161=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F251A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251A1 is #0DAE5E. Grayscale: #8A8A8A. Windows color (decimal): -896607 or 10572274. OLE color: 10572274.
HSL color Cylindrical-coordinate representation of color #F251A1: hue angle of 330.19º 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 #F251A1 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 161 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.05 |
| HSL | 330.19º | 0.86% | 0.63% | - |
| HSV(B) | 330.19º | 0.67% | 0.95% | - |
| XYZ | 45.99 | 27.34 | 36.57 | - |
| YUV | 138.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 161 | 0 | 0.67 | 0.33 | 0.05 | 330.19 | 0.86 | 0.63 |
| Hex | F2 | 51 | A1 | 0 | 43 | 21 | 5 | 14A | 56 | 3F |
| Octal | 362 | 121 | 241 | 0 | 103 | 41 | 5 | 512 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10100001 | 0 | 1000011 | 100001 | 101 | 101001010 | 1010110 | 111111 |
Color Harmonies of #F251A1
Complementary color
Monochromatic Colors of #F251A1
Black with #F251A1
Text Example
Text Example
White with #F251A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251A1; }
p { color: rgb(242,81,161); }
H1.HeaderClassName
{
color: #F251A1;
}
.AnyTagClassName
{
color: #F251A1;
}
</style>
background-color css
<style>
a { background-color: #F251A1; }
a { background-color: rgb(242,81,161); }
div.DivClassName
{
background-color: #F251A1;
}
.BgClassName
{
background-color: #F251A1;
}
</style>
border-color css
<style>
span { border-color: #F251A1; }
span { border-color: rgb(242,81,161); }
td.TdClassName
{
border-color: #F251A1;
}
.TagClassName
{
border-color: #F251A1;
}
</style>