Shades of Razzle Dazzle Rose #F040CB
Tints of Razzle Dazzle Rose #F040CB
RGB
CMYK
RGB Variations
Color information
#F040CB (or 0xF040CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 40 and CB. RGB value is (240,64,203). Sum of RGB (Red+Green+Blue) = 240+64+203=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F040CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040CB is #0FBF34. Grayscale: #848484. Windows color (decimal): -1031989 or 13320432. OLE color: 13320432.
HSL color Cylindrical-coordinate representation of color #F040CB: hue angle of 312.61º 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 #F040CB is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 203 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.06 |
| HSL | 312.61º | 0.85% | 0.6% | - |
| HSV(B) | 312.61º | 0.73% | 0.94% | - |
| XYZ | 48.55 | 26.5 | 59.06 | - |
| YUV | 132.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 203 | 0 | 0.73 | 0.15 | 0.06 | 312.61 | 0.85 | 0.6 |
| Hex | F0 | 40 | CB | 0 | 49 | F | 6 | 139 | 55 | 3C |
| Octal | 360 | 100 | 313 | 0 | 111 | 17 | 6 | 471 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11001011 | 0 | 1001001 | 1111 | 110 | 100111001 | 1010101 | 111100 |
Color Harmonies of #F040CB
Complementary color
Monochromatic Colors of #F040CB
Black with #F040CB
Text Example
Text Example
White with #F040CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040CB; }
p { color: rgb(240,64,203); }
H1.HeaderClassName
{
color: #F040CB;
}
.AnyTagClassName
{
color: #F040CB;
}
</style>
background-color css
<style>
a { background-color: #F040CB; }
a { background-color: rgb(240,64,203); }
div.DivClassName
{
background-color: #F040CB;
}
.BgClassName
{
background-color: #F040CB;
}
</style>
border-color css
<style>
span { border-color: #F040CB; }
span { border-color: rgb(240,64,203); }
td.TdClassName
{
border-color: #F040CB;
}
.TagClassName
{
border-color: #F040CB;
}
</style>