Shades of Brilliant Rose #F251B2
Tints of Brilliant Rose #F251B2
RGB
CMYK
RGB Variations
Color information
#F251B2 (or 0xF251B2) is known color: Brilliant Rose. HEX triplet: F2, 51 and B2. RGB value is (242,81,178). Sum of RGB (Red+Green+Blue) = 242+81+178=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F251B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F251B2 is #0DAE4D. Grayscale: #8B8B8B. Windows color (decimal): -896590 or 11686386. OLE color: 11686386.
HSL color Cylindrical-coordinate representation of color #F251B2: hue angle of 323.85º 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 #F251B2 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 178 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.05 |
| HSL | 323.85º | 0.86% | 0.63% | - |
| HSV(B) | 323.85º | 0.67% | 0.95% | - |
| XYZ | 47.6 | 27.98 | 45.01 | - |
| YUV | 140.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 178 | 0 | 0.67 | 0.26 | 0.05 | 323.85 | 0.86 | 0.63 |
| Hex | F2 | 51 | B2 | 0 | 43 | 1A | 5 | 144 | 56 | 3F |
| Octal | 362 | 121 | 262 | 0 | 103 | 32 | 5 | 504 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10110010 | 0 | 1000011 | 11010 | 101 | 101000100 | 1010110 | 111111 |
Color Harmonies of #F251B2
Complementary color
Monochromatic Colors of #F251B2
Black with #F251B2
Text Example
Text Example
White with #F251B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F251B2; }
p { color: rgb(242,81,178); }
H1.HeaderClassName
{
color: #F251B2;
}
.AnyTagClassName
{
color: #F251B2;
}
</style>
background-color css
<style>
a { background-color: #F251B2; }
a { background-color: rgb(242,81,178); }
div.DivClassName
{
background-color: #F251B2;
}
.BgClassName
{
background-color: #F251B2;
}
</style>
border-color css
<style>
span { border-color: #F251B2; }
span { border-color: rgb(242,81,178); }
td.TdClassName
{
border-color: #F251B2;
}
.TagClassName
{
border-color: #F251B2;
}
</style>