Shades of Razzle Dazzle Rose #F246CC
Tints of Razzle Dazzle Rose #F246CC
RGB
CMYK
RGB Variations
Color information
#F246CC (or 0xF246CC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 46 and CC. RGB value is (242,70,204). Sum of RGB (Red+Green+Blue) = 242+70+204=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F246CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246CC is #0DB933. Grayscale: #888888. Windows color (decimal): -899380 or 13387506. OLE color: 13387506.
HSL color Cylindrical-coordinate representation of color #F246CC: hue angle of 313.26º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246CC is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 204 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.05 |
| HSL | 313.26º | 0.87% | 0.61% | - |
| HSV(B) | 313.26º | 0.71% | 0.95% | - |
| XYZ | 49.71 | 27.62 | 59.84 | - |
| YUV | 136.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 204 | 0 | 0.71 | 0.16 | 0.05 | 313.26 | 0.87 | 0.61 |
| Hex | F2 | 46 | CC | 0 | 47 | 10 | 5 | 139 | 57 | 3D |
| Octal | 362 | 106 | 314 | 0 | 107 | 20 | 5 | 471 | 127 | 75 |
| Binary | 11110010 | 1000110 | 11001100 | 0 | 1000111 | 10000 | 101 | 100111001 | 1010111 | 111101 |
Color Harmonies of #F246CC
Complementary color
Monochromatic Colors of #F246CC
Black with #F246CC
Text Example
Text Example
White with #F246CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246CC; }
p { color: rgb(242,70,204); }
H1.HeaderClassName
{
color: #F246CC;
}
.AnyTagClassName
{
color: #F246CC;
}
</style>
background-color css
<style>
a { background-color: #F246CC; }
a { background-color: rgb(242,70,204); }
div.DivClassName
{
background-color: #F246CC;
}
.BgClassName
{
background-color: #F246CC;
}
</style>
border-color css
<style>
span { border-color: #F246CC; }
span { border-color: rgb(242,70,204); }
td.TdClassName
{
border-color: #F246CC;
}
.TagClassName
{
border-color: #F246CC;
}
</style>