Shades of Brilliant Rose #F24FB4
Tints of Brilliant Rose #F24FB4
RGB
CMYK
RGB Variations
Color information
#F24FB4 (or 0xF24FB4) is known color: Brilliant Rose. HEX triplet: F2, 4F and B4. RGB value is (242,79,180). Sum of RGB (Red+Green+Blue) = 242+79+180=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 79 (31.25% from 255 or 15.77% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F24FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24FB4 is #0DB04B. Grayscale: #8B8B8B. Windows color (decimal): -897100 or 11816946. OLE color: 11816946.
HSL color Cylindrical-coordinate representation of color #F24FB4: hue angle of 322.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F24FB4 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 180 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.05 |
| HSL | 322.82º | 0.86% | 0.63% | - |
| HSV(B) | 322.82º | 0.67% | 0.95% | - |
| XYZ | 47.65 | 27.76 | 46.03 | - |
| YUV | 139.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 180 | 0 | 0.67 | 0.26 | 0.05 | 322.82 | 0.86 | 0.63 |
| Hex | F2 | 4F | B4 | 0 | 43 | 1A | 5 | 143 | 56 | 3F |
| Octal | 362 | 117 | 264 | 0 | 103 | 32 | 5 | 503 | 126 | 77 |
| Binary | 11110010 | 1001111 | 10110100 | 0 | 1000011 | 11010 | 101 | 101000011 | 1010110 | 111111 |
Color Harmonies of #F24FB4
Complementary color
Monochromatic Colors of #F24FB4
Black with #F24FB4
Text Example
Text Example
White with #F24FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FB4; }
p { color: rgb(242,79,180); }
H1.HeaderClassName
{
color: #F24FB4;
}
.AnyTagClassName
{
color: #F24FB4;
}
</style>
background-color css
<style>
a { background-color: #F24FB4; }
a { background-color: rgb(242,79,180); }
div.DivClassName
{
background-color: #F24FB4;
}
.BgClassName
{
background-color: #F24FB4;
}
</style>
border-color css
<style>
span { border-color: #F24FB4; }
span { border-color: rgb(242,79,180); }
td.TdClassName
{
border-color: #F24FB4;
}
.TagClassName
{
border-color: #F24FB4;
}
</style>