Shades of Razzle Dazzle Rose #F046CB
Tints of Razzle Dazzle Rose #F046CB
RGB
CMYK
RGB Variations
Color information
#F046CB (or 0xF046CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and CB. RGB value is (240,70,203). Sum of RGB (Red+Green+Blue) = 240+70+203=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F046CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046CB is #0FB934. Grayscale: #878787. Windows color (decimal): -1030453 or 13321968. OLE color: 13321968.
HSL color Cylindrical-coordinate representation of color #F046CB: hue angle of 313.06º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046CB is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 203 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.06 |
| HSL | 313.06º | 0.85% | 0.61% | - |
| HSV(B) | 313.06º | 0.71% | 0.94% | - |
| XYZ | 48.9 | 27.22 | 59.18 | - |
| YUV | 135.99 | 165.82 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 203 | 0 | 0.71 | 0.15 | 0.06 | 313.06 | 0.85 | 0.61 |
| Hex | F0 | 46 | CB | 0 | 47 | F | 6 | 139 | 55 | 3D |
| Octal | 360 | 106 | 313 | 0 | 107 | 17 | 6 | 471 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11001011 | 0 | 1000111 | 1111 | 110 | 100111001 | 1010101 | 111101 |
Color Harmonies of #F046CB
Complementary color
Monochromatic Colors of #F046CB
Black with #F046CB
Text Example
Text Example
White with #F046CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046CB; }
p { color: rgb(240,70,203); }
H1.HeaderClassName
{
color: #F046CB;
}
.AnyTagClassName
{
color: #F046CB;
}
</style>
background-color css
<style>
a { background-color: #F046CB; }
a { background-color: rgb(240,70,203); }
div.DivClassName
{
background-color: #F046CB;
}
.BgClassName
{
background-color: #F046CB;
}
</style>
border-color css
<style>
span { border-color: #F046CB; }
span { border-color: rgb(240,70,203); }
td.TdClassName
{
border-color: #F046CB;
}
.TagClassName
{
border-color: #F046CB;
}
</style>