Shades of Brilliant Rose #F24AB8
Tints of Brilliant Rose #F24AB8
RGB
CMYK
RGB Variations
Color information
#F24AB8 (or 0xF24AB8) is known color: Brilliant Rose. HEX triplet: F2, 4A and B8. RGB value is (242,74,184). Sum of RGB (Red+Green+Blue) = 242+74+184=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F24AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24AB8 is #0DB547. Grayscale: #888888. Windows color (decimal): -898376 or 12077810. OLE color: 12077810.
HSL color Cylindrical-coordinate representation of color #F24AB8: hue angle of 320.71º 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 #F24AB8 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 184 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.05 |
| HSL | 320.71º | 0.87% | 0.62% | - |
| HSV(B) | 320.71º | 0.69% | 0.95% | - |
| XYZ | 47.72 | 27.24 | 48.09 | - |
| YUV | 136.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 184 | 0 | 0.69 | 0.24 | 0.05 | 320.71 | 0.87 | 0.62 |
| Hex | F2 | 4A | B8 | 0 | 45 | 18 | 5 | 141 | 57 | 3E |
| Octal | 362 | 112 | 270 | 0 | 105 | 30 | 5 | 501 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10111000 | 0 | 1000101 | 11000 | 101 | 101000001 | 1010111 | 111110 |
Color Harmonies of #F24AB8
Complementary color
Monochromatic Colors of #F24AB8
Black with #F24AB8
Text Example
Text Example
White with #F24AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AB8; }
p { color: rgb(242,74,184); }
H1.HeaderClassName
{
color: #F24AB8;
}
.AnyTagClassName
{
color: #F24AB8;
}
</style>
background-color css
<style>
a { background-color: #F24AB8; }
a { background-color: rgb(242,74,184); }
div.DivClassName
{
background-color: #F24AB8;
}
.BgClassName
{
background-color: #F24AB8;
}
</style>
border-color css
<style>
span { border-color: #F24AB8; }
span { border-color: rgb(242,74,184); }
td.TdClassName
{
border-color: #F24AB8;
}
.TagClassName
{
border-color: #F24AB8;
}
</style>