Shades of Brilliant Rose #F2619B
Tints of Brilliant Rose #F2619B
RGB
CMYK
RGB Variations
Color information
#F2619B (or 0xF2619B) is known color: Brilliant Rose. HEX triplet: F2, 61 and 9B. RGB value is (242,97,155). Sum of RGB (Red+Green+Blue) = 242+97+155=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2619B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2619B is #0D9E64. Grayscale: #929292. Windows color (decimal): -892517 or 10183154. OLE color: 10183154.
HSL color Cylindrical-coordinate representation of color #F2619B: hue angle of 336º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2619B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 155 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.05 |
| HSL | 336º | 0.85% | 0.66% | - |
| HSV(B) | 336º | 0.6% | 0.95% | - |
| XYZ | 46.81 | 29.79 | 34.29 | - |
| YUV | 146.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 155 | 0 | 0.60 | 0.36 | 0.05 | 336 | 0.85 | 0.66 |
| Hex | F2 | 61 | 9B | 0 | 3C | 24 | 5 | 150 | 55 | 42 |
| Octal | 362 | 141 | 233 | 0 | 74 | 44 | 5 | 520 | 125 | 102 |
| Binary | 11110010 | 1100001 | 10011011 | 0 | 111100 | 100100 | 101 | 101010000 | 1010101 | 1000010 |
Color Harmonies of #F2619B
Complementary color
Monochromatic Colors of #F2619B
Black with #F2619B
Text Example
Text Example
White with #F2619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2619B; }
p { color: rgb(242,97,155); }
H1.HeaderClassName
{
color: #F2619B;
}
.AnyTagClassName
{
color: #F2619B;
}
</style>
background-color css
<style>
a { background-color: #F2619B; }
a { background-color: rgb(242,97,155); }
div.DivClassName
{
background-color: #F2619B;
}
.BgClassName
{
background-color: #F2619B;
}
</style>
border-color css
<style>
span { border-color: #F2619B; }
span { border-color: rgb(242,97,155); }
td.TdClassName
{
border-color: #F2619B;
}
.TagClassName
{
border-color: #F2619B;
}
</style>