Shades of Razzle Dazzle Rose #F83ECC
Tints of Razzle Dazzle Rose #F83ECC
RGB
CMYK
RGB Variations
Color information
#F83ECC (or 0xF83ECC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3E and CC. RGB value is (248,62,204). Sum of RGB (Red+Green+Blue) = 248+62+204=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ECC is #07C133. Grayscale: #858585. Windows color (decimal): -508212 or 13385464. OLE color: 13385464.
HSL color Cylindrical-coordinate representation of color #F83ECC: hue angle of 314.19º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83ECC is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 62 | 204 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.03 |
| HSL | 314.19º | 0.93% | 0.61% | - |
| HSV(B) | 314.19º | 0.75% | 0.97% | - |
| XYZ | 51.33 | 27.76 | 59.78 | - |
| YUV | 133.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 62 | 204 | 0 | 0.75 | 0.18 | 0.03 | 314.19 | 0.93 | 0.61 |
| Hex | F8 | 3E | CC | 0 | 4B | 12 | 3 | 13A | 5D | 3D |
| Octal | 370 | 76 | 314 | 0 | 113 | 22 | 3 | 472 | 135 | 75 |
| Binary | 11111000 | 111110 | 11001100 | 0 | 1001011 | 10010 | 11 | 100111010 | 1011101 | 111101 |
Color Harmonies of #F83ECC
Complementary color
Monochromatic Colors of #F83ECC
Black with #F83ECC
Text Example
Text Example
White with #F83ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ECC; }
p { color: rgb(248,62,204); }
H1.HeaderClassName
{
color: #F83ECC;
}
.AnyTagClassName
{
color: #F83ECC;
}
</style>
background-color css
<style>
a { background-color: #F83ECC; }
a { background-color: rgb(248,62,204); }
div.DivClassName
{
background-color: #F83ECC;
}
.BgClassName
{
background-color: #F83ECC;
}
</style>
border-color css
<style>
span { border-color: #F83ECC; }
span { border-color: rgb(248,62,204); }
td.TdClassName
{
border-color: #F83ECC;
}
.TagClassName
{
border-color: #F83ECC;
}
</style>