Shades of Brilliant Rose #F2479D
Tints of Brilliant Rose #F2479D
RGB
CMYK
RGB Variations
Color information
#F2479D (or 0xF2479D) is known color: Brilliant Rose. HEX triplet: F2, 47 and 9D. RGB value is (242,71,157). Sum of RGB (Red+Green+Blue) = 242+71+157=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F2479D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2479D is #0DB862. Grayscale: #838383. Windows color (decimal): -899171 or 10307570. OLE color: 10307570.
HSL color Cylindrical-coordinate representation of color #F2479D: hue angle of 329.82º 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 #F2479D is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 157 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.05 |
| HSL | 329.82º | 0.87% | 0.61% | - |
| HSV(B) | 329.82º | 0.71% | 0.95% | - |
| XYZ | 44.96 | 25.82 | 34.51 | - |
| YUV | 131.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 157 | 0 | 0.71 | 0.35 | 0.05 | 329.82 | 0.87 | 0.61 |
| Hex | F2 | 47 | 9D | 0 | 47 | 23 | 5 | 14A | 57 | 3D |
| Octal | 362 | 107 | 235 | 0 | 107 | 43 | 5 | 512 | 127 | 75 |
| Binary | 11110010 | 1000111 | 10011101 | 0 | 1000111 | 100011 | 101 | 101001010 | 1010111 | 111101 |
Color Harmonies of #F2479D
Complementary color
Monochromatic Colors of #F2479D
Black with #F2479D
Text Example
Text Example
White with #F2479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2479D; }
p { color: rgb(242,71,157); }
H1.HeaderClassName
{
color: #F2479D;
}
.AnyTagClassName
{
color: #F2479D;
}
</style>
background-color css
<style>
a { background-color: #F2479D; }
a { background-color: rgb(242,71,157); }
div.DivClassName
{
background-color: #F2479D;
}
.BgClassName
{
background-color: #F2479D;
}
</style>
border-color css
<style>
span { border-color: #F2479D; }
span { border-color: rgb(242,71,157); }
td.TdClassName
{
border-color: #F2479D;
}
.TagClassName
{
border-color: #F2479D;
}
</style>