Shades of Razzle Dazzle Rose #F040CF
Tints of Razzle Dazzle Rose #F040CF
RGB
CMYK
RGB Variations
Color information
#F040CF (or 0xF040CF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and CF. RGB value is (240,64,207). Sum of RGB (Red+Green+Blue) = 240+64+207=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F040CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040CF is #0FBF30. Grayscale: #848484. Windows color (decimal): -1031985 or 13582576. OLE color: 13582576.
HSL color Cylindrical-coordinate representation of color #F040CF: hue angle of 311.25º 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 #F040CF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 207 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.06 |
| HSL | 311.25º | 0.85% | 0.6% | - |
| HSV(B) | 311.25º | 0.73% | 0.94% | - |
| XYZ | 49.03 | 26.7 | 61.6 | - |
| YUV | 132.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 207 | 0 | 0.73 | 0.14 | 0.06 | 311.25 | 0.85 | 0.6 |
| Hex | F0 | 40 | CF | 0 | 49 | E | 6 | 137 | 55 | 3C |
| Octal | 360 | 100 | 317 | 0 | 111 | 16 | 6 | 467 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11001111 | 0 | 1001001 | 1110 | 110 | 100110111 | 1010101 | 111100 |
Color Harmonies of #F040CF
Complementary color
Monochromatic Colors of #F040CF
Black with #F040CF
Text Example
Text Example
White with #F040CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040CF; }
p { color: rgb(240,64,207); }
H1.HeaderClassName
{
color: #F040CF;
}
.AnyTagClassName
{
color: #F040CF;
}
</style>
background-color css
<style>
a { background-color: #F040CF; }
a { background-color: rgb(240,64,207); }
div.DivClassName
{
background-color: #F040CF;
}
.BgClassName
{
background-color: #F040CF;
}
</style>
border-color css
<style>
span { border-color: #F040CF; }
span { border-color: rgb(240,64,207); }
td.TdClassName
{
border-color: #F040CF;
}
.TagClassName
{
border-color: #F040CF;
}
</style>