Shades of Brilliant Rose #F2519D
Tints of Brilliant Rose #F2519D
RGB
CMYK
RGB Variations
Color information
#F2519D (or 0xF2519D) is known color: Brilliant Rose. HEX triplet: F2, 51 and 9D. RGB value is (242,81,157). Sum of RGB (Red+Green+Blue) = 242+81+157=480 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.42% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 242 - color contains mainly: red. Hex color #F2519D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2519D is #0DAE62. Grayscale: #898989. Windows color (decimal): -896611 or 10310130. OLE color: 10310130.
HSL color Cylindrical-coordinate representation of color #F2519D: hue angle of 331.68º 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 #F2519D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 81 | 157 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.05 |
| HSL | 331.68º | 0.86% | 0.63% | - |
| HSV(B) | 331.68º | 0.67% | 0.95% | - |
| XYZ | 45.65 | 27.2 | 34.74 | - |
| YUV | 137.8 | 138.84 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 81 | 157 | 0 | 0.67 | 0.35 | 0.05 | 331.68 | 0.86 | 0.63 |
| Hex | F2 | 51 | 9D | 0 | 43 | 23 | 5 | 14C | 56 | 3F |
| Octal | 362 | 121 | 235 | 0 | 103 | 43 | 5 | 514 | 126 | 77 |
| Binary | 11110010 | 1010001 | 10011101 | 0 | 1000011 | 100011 | 101 | 101001100 | 1010110 | 111111 |
Color Harmonies of #F2519D
Complementary color
Monochromatic Colors of #F2519D
Black with #F2519D
Text Example
Text Example
White with #F2519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2519D; }
p { color: rgb(242,81,157); }
H1.HeaderClassName
{
color: #F2519D;
}
.AnyTagClassName
{
color: #F2519D;
}
</style>
background-color css
<style>
a { background-color: #F2519D; }
a { background-color: rgb(242,81,157); }
div.DivClassName
{
background-color: #F2519D;
}
.BgClassName
{
background-color: #F2519D;
}
</style>
border-color css
<style>
span { border-color: #F2519D; }
span { border-color: rgb(242,81,157); }
td.TdClassName
{
border-color: #F2519D;
}
.TagClassName
{
border-color: #F2519D;
}
</style>