Shades of Brilliant Rose #F2479F
Tints of Brilliant Rose #F2479F
RGB
CMYK
RGB Variations
Color information
#F2479F (or 0xF2479F) is known color: Brilliant Rose. HEX triplet: F2, 47 and 9F. RGB value is (242,71,159). Sum of RGB (Red+Green+Blue) = 242+71+159=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2479F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2479F is #0DB860. Grayscale: #838383. Windows color (decimal): -899169 or 10438642. OLE color: 10438642.
HSL color Cylindrical-coordinate representation of color #F2479F: hue angle of 329.12º 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 #F2479F is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 159 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.05 |
| HSL | 329.12º | 0.87% | 0.61% | - |
| HSV(B) | 329.12º | 0.71% | 0.95% | - |
| XYZ | 45.13 | 25.89 | 35.42 | - |
| YUV | 132.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 159 | 0 | 0.71 | 0.34 | 0.05 | 329.12 | 0.87 | 0.61 |
| Hex | F2 | 47 | 9F | 0 | 47 | 22 | 5 | 149 | 57 | 3D |
| Octal | 362 | 107 | 237 | 0 | 107 | 42 | 5 | 511 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10011111 | 0 | 1000111 | 100010 | 101 | 101001001 | 1010111 | 111101 |
Color Harmonies of #F2479F
Complementary color
Monochromatic Colors of #F2479F
Black with #F2479F
Text Example
Text Example
White with #F2479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2479F; }
p { color: rgb(242,71,159); }
H1.HeaderClassName
{
color: #F2479F;
}
.AnyTagClassName
{
color: #F2479F;
}
</style>
background-color css
<style>
a { background-color: #F2479F; }
a { background-color: rgb(242,71,159); }
div.DivClassName
{
background-color: #F2479F;
}
.BgClassName
{
background-color: #F2479F;
}
</style>
border-color css
<style>
span { border-color: #F2479F; }
span { border-color: rgb(242,71,159); }
td.TdClassName
{
border-color: #F2479F;
}
.TagClassName
{
border-color: #F2479F;
}
</style>