Shades of Brilliant Rose #F24B9C
Tints of Brilliant Rose #F24B9C
RGB
CMYK
RGB Variations
Color information
#F24B9C (or 0xF24B9C) is known color: Brilliant Rose. HEX triplet: F2, 4B and 9C. RGB value is (242,75,156). Sum of RGB (Red+Green+Blue) = 242+75+156=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 156 (61.33% from 255 or 32.98% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24B9C is #0DB463. Grayscale: #868686. Windows color (decimal): -898148 or 10243058. OLE color: 10243058.
HSL color Cylindrical-coordinate representation of color #F24B9C: hue angle of 330.9º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24B9C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 156 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.05 |
| HSL | 330.9º | 0.87% | 0.62% | - |
| HSV(B) | 330.9º | 0.69% | 0.95% | - |
| XYZ | 45.13 | 26.31 | 34.15 | - |
| YUV | 134.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 156 | 0 | 0.69 | 0.36 | 0.05 | 330.9 | 0.87 | 0.62 |
| Hex | F2 | 4B | 9C | 0 | 45 | 24 | 5 | 14B | 57 | 3E |
| Octal | 362 | 113 | 234 | 0 | 105 | 44 | 5 | 513 | 127 | 76 |
| Binary | 11110010 | 1001011 | 10011100 | 0 | 1000101 | 100100 | 101 | 101001011 | 1010111 | 111110 |
Color Harmonies of #F24B9C
Complementary color
Monochromatic Colors of #F24B9C
Black with #F24B9C
Text Example
Text Example
White with #F24B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B9C; }
p { color: rgb(242,75,156); }
H1.HeaderClassName
{
color: #F24B9C;
}
.AnyTagClassName
{
color: #F24B9C;
}
</style>
background-color css
<style>
a { background-color: #F24B9C; }
a { background-color: rgb(242,75,156); }
div.DivClassName
{
background-color: #F24B9C;
}
.BgClassName
{
background-color: #F24B9C;
}
</style>
border-color css
<style>
span { border-color: #F24B9C; }
span { border-color: rgb(242,75,156); }
td.TdClassName
{
border-color: #F24B9C;
}
.TagClassName
{
border-color: #F24B9C;
}
</style>