Shades of Brilliant Rose #F2609B
Tints of Brilliant Rose #F2609B
RGB
CMYK
RGB Variations
Color information
#F2609B (or 0xF2609B) is known color: Brilliant Rose. HEX triplet: F2, 60 and 9B. RGB value is (242,96,155). Sum of RGB (Red+Green+Blue) = 242+96+155=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 155 (60.94% from 255 or 31.44% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F2609B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2609B is #0D9F64. Grayscale: #929292. Windows color (decimal): -892773 or 10182898. OLE color: 10182898.
HSL color Cylindrical-coordinate representation of color #F2609B: hue angle of 335.75º 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 #F2609B is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 155 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.05 |
| HSL | 335.75º | 0.85% | 0.66% | - |
| HSV(B) | 335.75º | 0.6% | 0.95% | - |
| XYZ | 46.72 | 29.61 | 34.26 | - |
| YUV | 146.38 | 132.87 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 155 | 0 | 0.60 | 0.36 | 0.05 | 335.75 | 0.85 | 0.66 |
| Hex | F2 | 60 | 9B | 0 | 3C | 24 | 5 | 150 | 55 | 42 |
| Octal | 362 | 140 | 233 | 0 | 74 | 44 | 5 | 520 | 125 | 102 |
| Binary | 11110010 | 1100000 | 10011011 | 0 | 111100 | 100100 | 101 | 101010000 | 1010101 | 1000010 |
Color Harmonies of #F2609B
Complementary color
Monochromatic Colors of #F2609B
Black with #F2609B
Text Example
Text Example
White with #F2609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2609B; }
p { color: rgb(242,96,155); }
H1.HeaderClassName
{
color: #F2609B;
}
.AnyTagClassName
{
color: #F2609B;
}
</style>
background-color css
<style>
a { background-color: #F2609B; }
a { background-color: rgb(242,96,155); }
div.DivClassName
{
background-color: #F2609B;
}
.BgClassName
{
background-color: #F2609B;
}
</style>
border-color css
<style>
span { border-color: #F2609B; }
span { border-color: rgb(242,96,155); }
td.TdClassName
{
border-color: #F2609B;
}
.TagClassName
{
border-color: #F2609B;
}
</style>