Shades of Brilliant Rose #F2469F
Tints of Brilliant Rose #F2469F
RGB
CMYK
RGB Variations
Color information
#F2469F (or 0xF2469F) is known color: Brilliant Rose. HEX triplet: F2, 46 and 9F. RGB value is (242,70,159). Sum of RGB (Red+Green+Blue) = 242+70+159=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2469F is #0DB960. Grayscale: #838383. Windows color (decimal): -899425 or 10438386. OLE color: 10438386.
HSL color Cylindrical-coordinate representation of color #F2469F: hue angle of 328.95º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F2469F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 159 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.05 |
| HSL | 328.95º | 0.87% | 0.61% | - |
| HSV(B) | 328.95º | 0.71% | 0.95% | - |
| XYZ | 45.07 | 25.76 | 35.4 | - |
| YUV | 131.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 159 | 0 | 0.71 | 0.34 | 0.05 | 328.95 | 0.87 | 0.61 |
| Hex | F2 | 46 | 9F | 0 | 47 | 22 | 5 | 149 | 57 | 3D |
| Octal | 362 | 106 | 237 | 0 | 107 | 42 | 5 | 511 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10011111 | 0 | 1000111 | 100010 | 101 | 101001001 | 1010111 | 111101 |
Color Harmonies of #F2469F
Complementary color
Monochromatic Colors of #F2469F
Black with #F2469F
Text Example
Text Example
White with #F2469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2469F; }
p { color: rgb(242,70,159); }
H1.HeaderClassName
{
color: #F2469F;
}
.AnyTagClassName
{
color: #F2469F;
}
</style>
background-color css
<style>
a { background-color: #F2469F; }
a { background-color: rgb(242,70,159); }
div.DivClassName
{
background-color: #F2469F;
}
.BgClassName
{
background-color: #F2469F;
}
</style>
border-color css
<style>
span { border-color: #F2469F; }
span { border-color: rgb(242,70,159); }
td.TdClassName
{
border-color: #F2469F;
}
.TagClassName
{
border-color: #F2469F;
}
</style>