Shades of Razzle Dazzle Rose #F040CC
Tints of Razzle Dazzle Rose #F040CC
RGB
CMYK
RGB Variations
Color information
#F040CC (or 0xF040CC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and CC. RGB value is (240,64,204). Sum of RGB (Red+Green+Blue) = 240+64+204=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F040CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040CC is #0FBF33. Grayscale: #848484. Windows color (decimal): -1031988 or 13385968. OLE color: 13385968.
HSL color Cylindrical-coordinate representation of color #F040CC: hue angle of 312.27º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040CC is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 204 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.06 |
| HSL | 312.27º | 0.85% | 0.6% | - |
| HSV(B) | 312.27º | 0.73% | 0.94% | - |
| XYZ | 48.67 | 26.55 | 59.69 | - |
| YUV | 132.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 204 | 0 | 0.73 | 0.15 | 0.06 | 312.27 | 0.85 | 0.6 |
| Hex | F0 | 40 | CC | 0 | 49 | F | 6 | 138 | 55 | 3C |
| Octal | 360 | 100 | 314 | 0 | 111 | 17 | 6 | 470 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11001100 | 0 | 1001001 | 1111 | 110 | 100111000 | 1010101 | 111100 |
Color Harmonies of #F040CC
Complementary color
Monochromatic Colors of #F040CC
Black with #F040CC
Text Example
Text Example
White with #F040CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040CC; }
p { color: rgb(240,64,204); }
H1.HeaderClassName
{
color: #F040CC;
}
.AnyTagClassName
{
color: #F040CC;
}
</style>
background-color css
<style>
a { background-color: #F040CC; }
a { background-color: rgb(240,64,204); }
div.DivClassName
{
background-color: #F040CC;
}
.BgClassName
{
background-color: #F040CC;
}
</style>
border-color css
<style>
span { border-color: #F040CC; }
span { border-color: rgb(240,64,204); }
td.TdClassName
{
border-color: #F040CC;
}
.TagClassName
{
border-color: #F040CC;
}
</style>