Shades of Razzle Dazzle Rose #F24BCB
Tints of Razzle Dazzle Rose #F24BCB
RGB
CMYK
RGB Variations
Color information
#F24BCB (or 0xF24BCB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4B and CB. RGB value is (242,75,203). Sum of RGB (Red+Green+Blue) = 242+75+203=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F24BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F24BCB is #0DB434. Grayscale: #8B8B8B. Windows color (decimal): -898101 or 13323250. OLE color: 13323250.
HSL color Cylindrical-coordinate representation of color #F24BCB: hue angle of 314.01º 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 #F24BCB is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 203 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.05 |
| HSL | 314.01º | 0.87% | 0.62% | - |
| HSV(B) | 314.01º | 0.69% | 0.95% | - |
| XYZ | 49.91 | 28.22 | 59.32 | - |
| YUV | 139.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 203 | 0 | 0.69 | 0.16 | 0.05 | 314.01 | 0.87 | 0.62 |
| Hex | F2 | 4B | CB | 0 | 45 | 10 | 5 | 13A | 57 | 3E |
| Octal | 362 | 113 | 313 | 0 | 105 | 20 | 5 | 472 | 127 | 76 |
| Binary | 11110010 | 1001011 | 11001011 | 0 | 1000101 | 10000 | 101 | 100111010 | 1010111 | 111110 |
Color Harmonies of #F24BCB
Complementary color
Monochromatic Colors of #F24BCB
Black with #F24BCB
Text Example
Text Example
White with #F24BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24BCB; }
p { color: rgb(242,75,203); }
H1.HeaderClassName
{
color: #F24BCB;
}
.AnyTagClassName
{
color: #F24BCB;
}
</style>
background-color css
<style>
a { background-color: #F24BCB; }
a { background-color: rgb(242,75,203); }
div.DivClassName
{
background-color: #F24BCB;
}
.BgClassName
{
background-color: #F24BCB;
}
</style>
border-color css
<style>
span { border-color: #F24BCB; }
span { border-color: rgb(242,75,203); }
td.TdClassName
{
border-color: #F24BCB;
}
.TagClassName
{
border-color: #F24BCB;
}
</style>