Shades of Razzle Dazzle Rose #F03EDF
Tints of Razzle Dazzle Rose #F03EDF
RGB
CMYK
RGB Variations
Color information
#F03EDF (or 0xF03EDF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3E and DF. RGB value is (240,62,223). Sum of RGB (Red+Green+Blue) = 240+62+223=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F03EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03EDF is #0FC120. Grayscale: #858585. Windows color (decimal): -1032481 or 14630640. OLE color: 14630640.
HSL color Cylindrical-coordinate representation of color #F03EDF: hue angle of 305.73º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03EDF is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 62 | 223 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.06 |
| HSL | 305.73º | 0.86% | 0.59% | - |
| HSV(B) | 305.73º | 0.74% | 0.94% | - |
| XYZ | 50.98 | 27.3 | 72.39 | - |
| YUV | 133.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 62 | 223 | 0 | 0.74 | 0.07 | 0.06 | 305.73 | 0.86 | 0.59 |
| Hex | F0 | 3E | DF | 0 | 4A | 7 | 6 | 132 | 56 | 3B |
| Octal | 360 | 76 | 337 | 0 | 112 | 7 | 6 | 462 | 126 | 73 |
| Binary | 11110000 | 111110 | 11011111 | 0 | 1001010 | 111 | 110 | 100110010 | 1010110 | 111011 |
Color Harmonies of #F03EDF
Complementary color
Monochromatic Colors of #F03EDF
Black with #F03EDF
Text Example
Text Example
White with #F03EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03EDF; }
p { color: rgb(240,62,223); }
H1.HeaderClassName
{
color: #F03EDF;
}
.AnyTagClassName
{
color: #F03EDF;
}
</style>
background-color css
<style>
a { background-color: #F03EDF; }
a { background-color: rgb(240,62,223); }
div.DivClassName
{
background-color: #F03EDF;
}
.BgClassName
{
background-color: #F03EDF;
}
</style>
border-color css
<style>
span { border-color: #F03EDF; }
span { border-color: rgb(240,62,223); }
td.TdClassName
{
border-color: #F03EDF;
}
.TagClassName
{
border-color: #F03EDF;
}
</style>