Shades of Razzle Dazzle Rose #F24ABB
Tints of Razzle Dazzle Rose #F24ABB
RGB
CMYK
RGB Variations
Color information
#F24ABB (or 0xF24ABB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4A and BB. RGB value is (242,74,187). Sum of RGB (Red+Green+Blue) = 242+74+187=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 74 (29.30% from 255 or 14.71% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F24ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24ABB is #0DB544. Grayscale: #888888. Windows color (decimal): -898373 or 12274418. OLE color: 12274418.
HSL color Cylindrical-coordinate representation of color #F24ABB: hue angle of 319.64º 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 #F24ABB is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 187 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.05 |
| HSL | 319.64º | 0.87% | 0.62% | - |
| HSV(B) | 319.64º | 0.69% | 0.95% | - |
| XYZ | 48.04 | 27.36 | 49.76 | - |
| YUV | 137.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 187 | 0 | 0.69 | 0.23 | 0.05 | 319.64 | 0.87 | 0.62 |
| Hex | F2 | 4A | BB | 0 | 45 | 17 | 5 | 140 | 57 | 3E |
| Octal | 362 | 112 | 273 | 0 | 105 | 27 | 5 | 500 | 127 | 76 |
| Binary | 11110010 | 1001010 | 10111011 | 0 | 1000101 | 10111 | 101 | 101000000 | 1010111 | 111110 |
Color Harmonies of #F24ABB
Complementary color
Monochromatic Colors of #F24ABB
Black with #F24ABB
Text Example
Text Example
White with #F24ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24ABB; }
p { color: rgb(242,74,187); }
H1.HeaderClassName
{
color: #F24ABB;
}
.AnyTagClassName
{
color: #F24ABB;
}
</style>
background-color css
<style>
a { background-color: #F24ABB; }
a { background-color: rgb(242,74,187); }
div.DivClassName
{
background-color: #F24ABB;
}
.BgClassName
{
background-color: #F24ABB;
}
</style>
border-color css
<style>
span { border-color: #F24ABB; }
span { border-color: rgb(242,74,187); }
td.TdClassName
{
border-color: #F24ABB;
}
.TagClassName
{
border-color: #F24ABB;
}
</style>