Shades of Razzle Dazzle Rose #F035F2
Tints of Razzle Dazzle Rose #F035F2
RGB
CMYK
RGB Variations
Color information
#F035F2 (or 0xF035F2) is known color: Razzle Dazzle Rose. HEX triplet: F0, 35 and F2. RGB value is (240,53,242). Sum of RGB (Red+Green+Blue) = 240+53+242=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 53 (21.09% from 255 or 9.91% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #F035F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F035F2 is #0FCA0D. Grayscale: #818181. Windows color (decimal): -1034766 or 15873520. OLE color: 15873520.
HSL color Cylindrical-coordinate representation of color #F035F2: hue angle of 299.37º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F035F2 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 53 | 242 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.05 |
| HSL | 299.37º | 0.88% | 0.58% | - |
| HSV(B) | 299.37º | 0.78% | 0.95% | - |
| XYZ | 53.24 | 27.48 | 86.5 | - |
| YUV | 130.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 53 | 242 | 0.01 | 0.78 | 0 | 0.05 | 299.37 | 0.88 | 0.58 |
| Hex | F0 | 35 | F2 | 1 | 4E | 0 | 5 | 12B | 58 | 3A |
| Octal | 360 | 65 | 362 | 1 | 116 | 0 | 5 | 453 | 130 | 72 |
| Binary | 11110000 | 110101 | 11110010 | 1 | 1001110 | 0 | 101 | 100101011 | 1011000 | 111010 |
Color Harmonies of #F035F2
Complementary color
Monochromatic Colors of #F035F2
Black with #F035F2
Text Example
Text Example
White with #F035F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F035F2; }
p { color: rgb(240,53,242); }
H1.HeaderClassName
{
color: #F035F2;
}
.AnyTagClassName
{
color: #F035F2;
}
</style>
background-color css
<style>
a { background-color: #F035F2; }
a { background-color: rgb(240,53,242); }
div.DivClassName
{
background-color: #F035F2;
}
.BgClassName
{
background-color: #F035F2;
}
</style>
border-color css
<style>
span { border-color: #F035F2; }
span { border-color: rgb(240,53,242); }
td.TdClassName
{
border-color: #F035F2;
}
.TagClassName
{
border-color: #F035F2;
}
</style>