Shades of Razzle Dazzle Rose #F03DB4
Tints of Razzle Dazzle Rose #F03DB4
RGB
CMYK
RGB Variations
Color information
#F03DB4 (or 0xF03DB4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3D and B4. RGB value is (240,61,180). Sum of RGB (Red+Green+Blue) = 240+61+180=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F03DB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03DB4 is #0FC24B. Grayscale: #7F7F7F. Windows color (decimal): -1032780 or 11812336. OLE color: 11812336.
HSL color Cylindrical-coordinate representation of color #F03DB4: hue angle of 320.11º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DB4 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 180 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.06 |
| HSL | 320.11º | 0.86% | 0.59% | - |
| HSV(B) | 320.11º | 0.75% | 0.94% | - |
| XYZ | 45.84 | 25.16 | 45.62 | - |
| YUV | 128.09 | 157.3 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 180 | 0 | 0.75 | 0.25 | 0.06 | 320.11 | 0.86 | 0.59 |
| Hex | F0 | 3D | B4 | 0 | 4B | 19 | 6 | 140 | 56 | 3B |
| Octal | 360 | 75 | 264 | 0 | 113 | 31 | 6 | 500 | 126 | 73 |
| Binary | 11110000 | 111101 | 10110100 | 0 | 1001011 | 11001 | 110 | 101000000 | 1010110 | 111011 |
Color Harmonies of #F03DB4
Complementary color
Monochromatic Colors of #F03DB4
Black with #F03DB4
Text Example
Text Example
White with #F03DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DB4; }
p { color: rgb(240,61,180); }
H1.HeaderClassName
{
color: #F03DB4;
}
.AnyTagClassName
{
color: #F03DB4;
}
</style>
background-color css
<style>
a { background-color: #F03DB4; }
a { background-color: rgb(240,61,180); }
div.DivClassName
{
background-color: #F03DB4;
}
.BgClassName
{
background-color: #F03DB4;
}
</style>
border-color css
<style>
span { border-color: #F03DB4; }
span { border-color: rgb(240,61,180); }
td.TdClassName
{
border-color: #F03DB4;
}
.TagClassName
{
border-color: #F03DB4;
}
</style>