Shades of Razzle Dazzle Rose #F039C4
Tints of Razzle Dazzle Rose #F039C4
RGB
CMYK
RGB Variations
Color information
#F039C4 (or 0xF039C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 39 and C4. RGB value is (240,57,196). Sum of RGB (Red+Green+Blue) = 240+57+196=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 57 (22.66% from 255 or 11.56% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F039C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F039C4 is #0FC63B. Grayscale: #7F7F7F. Windows color (decimal): -1033788 or 12859888. OLE color: 12859888.
HSL color Cylindrical-coordinate representation of color #F039C4: hue angle of 314.43º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F039C4 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 57 | 196 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.06 |
| HSL | 314.43º | 0.86% | 0.58% | - |
| HSV(B) | 314.43º | 0.76% | 0.94% | - |
| XYZ | 47.36 | 25.44 | 54.64 | - |
| YUV | 127.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 57 | 196 | 0 | 0.76 | 0.18 | 0.06 | 314.43 | 0.86 | 0.58 |
| Hex | F0 | 39 | C4 | 0 | 4C | 12 | 6 | 13A | 56 | 3A |
| Octal | 360 | 71 | 304 | 0 | 114 | 22 | 6 | 472 | 126 | 72 |
| Binary | 11110000 | 111001 | 11000100 | 0 | 1001100 | 10010 | 110 | 100111010 | 1010110 | 111010 |
Color Harmonies of #F039C4
Complementary color
Monochromatic Colors of #F039C4
Black with #F039C4
Text Example
Text Example
White with #F039C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F039C4; }
p { color: rgb(240,57,196); }
H1.HeaderClassName
{
color: #F039C4;
}
.AnyTagClassName
{
color: #F039C4;
}
</style>
background-color css
<style>
a { background-color: #F039C4; }
a { background-color: rgb(240,57,196); }
div.DivClassName
{
background-color: #F039C4;
}
.BgClassName
{
background-color: #F039C4;
}
</style>
border-color css
<style>
span { border-color: #F039C4; }
span { border-color: rgb(240,57,196); }
td.TdClassName
{
border-color: #F039C4;
}
.TagClassName
{
border-color: #F039C4;
}
</style>