Shades of Razzle Dazzle Rose #F040C3
Tints of Razzle Dazzle Rose #F040C3
RGB
CMYK
RGB Variations
Color information
#F040C3 (or 0xF040C3) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and C3. RGB value is (240,64,195). Sum of RGB (Red+Green+Blue) = 240+64+195=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F040C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040C3 is #0FBF3C. Grayscale: #838383. Windows color (decimal): -1031997 or 12796144. OLE color: 12796144.
HSL color Cylindrical-coordinate representation of color #F040C3: hue angle of 315.34º 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 #F040C3 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 195 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.06 |
| HSL | 315.34º | 0.85% | 0.6% | - |
| HSV(B) | 315.34º | 0.73% | 0.94% | - |
| XYZ | 47.62 | 26.13 | 54.16 | - |
| YUV | 131.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 195 | 0 | 0.73 | 0.19 | 0.06 | 315.34 | 0.85 | 0.6 |
| Hex | F0 | 40 | C3 | 0 | 49 | 13 | 6 | 13B | 55 | 3C |
| Octal | 360 | 100 | 303 | 0 | 111 | 23 | 6 | 473 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11000011 | 0 | 1001001 | 10011 | 110 | 100111011 | 1010101 | 111100 |
Color Harmonies of #F040C3
Complementary color
Monochromatic Colors of #F040C3
Black with #F040C3
Text Example
Text Example
White with #F040C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040C3; }
p { color: rgb(240,64,195); }
H1.HeaderClassName
{
color: #F040C3;
}
.AnyTagClassName
{
color: #F040C3;
}
</style>
background-color css
<style>
a { background-color: #F040C3; }
a { background-color: rgb(240,64,195); }
div.DivClassName
{
background-color: #F040C3;
}
.BgClassName
{
background-color: #F040C3;
}
</style>
border-color css
<style>
span { border-color: #F040C3; }
span { border-color: rgb(240,64,195); }
td.TdClassName
{
border-color: #F040C3;
}
.TagClassName
{
border-color: #F040C3;
}
</style>