Shades of Razzle Dazzle Rose #F032D5
Tints of Razzle Dazzle Rose #F032D5
RGB
CMYK
RGB Variations
Color information
#F032D5 (or 0xF032D5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and D5. RGB value is (240,50,213). Sum of RGB (Red+Green+Blue) = 240+50+213=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F032D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032D5 is #0FCD2A. Grayscale: #7C7C7C. Windows color (decimal): -1035563 or 13972208. OLE color: 13972208.
HSL color Cylindrical-coordinate representation of color #F032D5: hue angle of 308.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032D5 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 50 | 213 | - |
CMYK | 0 | 0.79 | 0.11 | 0.06 |
HSL | 308.53º | 0.86% | 0.57% | - |
HSV(B) | 308.53º | 0.79% | 0.94% | - |
XYZ | 49.09 | 25.61 | 65.31 | - |
YUV | 125.39 | 177.45 | 209.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 50 | 213 | 0 | 0.79 | 0.11 | 0.06 | 308.53 | 0.86 | 0.57 |
Hex | F0 | 32 | D5 | 0 | 4F | B | 6 | 135 | 56 | 39 |
Octal | 360 | 62 | 325 | 0 | 117 | 13 | 6 | 465 | 126 | 71 |
Binary | 11110000 | 110010 | 11010101 | 0 | 1001111 | 1011 | 110 | 100110101 | 1010110 | 111001 |
Color Harmonies of #F032D5
Complementary color
Monochromatic Colors of #F032D5
Black with #F032D5
Text Example
Text Example
White with #F032D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032D5; }
p { color: rgb(240,50,213); }
H1.HeaderClassName
{
color: #F032D5;
}
.AnyTagClassName
{
color: #F032D5;
}
</style>
background-color css
<style>
a { background-color: #F032D5; }
a { background-color: rgb(240,50,213); }
div.DivClassName
{
background-color: #F032D5;
}
.BgClassName
{
background-color: #F032D5;
}
</style>
border-color css
<style>
span { border-color: #F032D5; }
span { border-color: rgb(240,50,213); }
td.TdClassName
{
border-color: #F032D5;
}
.TagClassName
{
border-color: #F032D5;
}
</style>