Shades of Brilliant Rose #F24C9F
Tints of Brilliant Rose #F24C9F
RGB
CMYK
RGB Variations
Color information
#F24C9F (or 0xF24C9F) is known color: Brilliant Rose. HEX triplet: F2, 4C and 9F. RGB value is (242,76,159). Sum of RGB (Red+Green+Blue) = 242+76+159=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F24C9F is #0DB360. Grayscale: #868686. Windows color (decimal): -897889 or 10439922. OLE color: 10439922.
HSL color Cylindrical-coordinate representation of color #F24C9F: hue angle of 330º degrees, saturation: 0.86, 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 #F24C9F is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 159 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.05 |
| HSL | 330º | 0.86% | 0.62% | - |
| HSV(B) | 330º | 0.69% | 0.95% | - |
| XYZ | 45.46 | 26.55 | 35.53 | - |
| YUV | 135.1 | 141.5 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 159 | 0 | 0.69 | 0.34 | 0.05 | 330 | 0.86 | 0.62 |
| Hex | F2 | 4C | 9F | 0 | 45 | 22 | 5 | 14A | 56 | 3E |
| Octal | 362 | 114 | 237 | 0 | 105 | 42 | 5 | 512 | 126 | 76 |
| Binary | 11110010 | 1001100 | 10011111 | 0 | 1000101 | 100010 | 101 | 101001010 | 1010110 | 111110 |
Color Harmonies of #F24C9F
Complementary color
Monochromatic Colors of #F24C9F
Black with #F24C9F
Text Example
Text Example
White with #F24C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C9F; }
p { color: rgb(242,76,159); }
H1.HeaderClassName
{
color: #F24C9F;
}
.AnyTagClassName
{
color: #F24C9F;
}
</style>
background-color css
<style>
a { background-color: #F24C9F; }
a { background-color: rgb(242,76,159); }
div.DivClassName
{
background-color: #F24C9F;
}
.BgClassName
{
background-color: #F24C9F;
}
</style>
border-color css
<style>
span { border-color: #F24C9F; }
span { border-color: rgb(242,76,159); }
td.TdClassName
{
border-color: #F24C9F;
}
.TagClassName
{
border-color: #F24C9F;
}
</style>