Shades of Razzle Dazzle Rose #F033C7
Tints of Razzle Dazzle Rose #F033C7
RGB
CMYK
RGB Variations
Color information
#F033C7 (or 0xF033C7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 33 and C7. RGB value is (240,51,199). Sum of RGB (Red+Green+Blue) = 240+51+199=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F033C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F033C7 is #0FCC38. Grayscale: #7B7B7B. Windows color (decimal): -1035321 or 13054960. OLE color: 13054960.
HSL color Cylindrical-coordinate representation of color #F033C7: hue angle of 313.02º 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 #F033C7 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 199 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.06 |
| HSL | 313.02º | 0.86% | 0.57% | - |
| HSV(B) | 313.02º | 0.79% | 0.94% | - |
| XYZ | 47.43 | 25.02 | 56.36 | - |
| YUV | 124.38 | 170.12 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 199 | 0 | 0.79 | 0.17 | 0.06 | 313.02 | 0.86 | 0.57 |
| Hex | F0 | 33 | C7 | 0 | 4F | 11 | 6 | 139 | 56 | 39 |
| Octal | 360 | 63 | 307 | 0 | 117 | 21 | 6 | 471 | 126 | 71 |
| Binary | 11110000 | 110011 | 11000111 | 0 | 1001111 | 10001 | 110 | 100111001 | 1010110 | 111001 |
Color Harmonies of #F033C7
Complementary color
Monochromatic Colors of #F033C7
Black with #F033C7
Text Example
Text Example
White with #F033C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F033C7; }
p { color: rgb(240,51,199); }
H1.HeaderClassName
{
color: #F033C7;
}
.AnyTagClassName
{
color: #F033C7;
}
</style>
background-color css
<style>
a { background-color: #F033C7; }
a { background-color: rgb(240,51,199); }
div.DivClassName
{
background-color: #F033C7;
}
.BgClassName
{
background-color: #F033C7;
}
</style>
border-color css
<style>
span { border-color: #F033C7; }
span { border-color: rgb(240,51,199); }
td.TdClassName
{
border-color: #F033C7;
}
.TagClassName
{
border-color: #F033C7;
}
</style>