Shades of Razzle Dazzle Rose #F82ECC
Tints of Razzle Dazzle Rose #F82ECC
RGB
CMYK
RGB Variations
Color information
#F82ECC (or 0xF82ECC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2E and CC. RGB value is (248,46,204). Sum of RGB (Red+Green+Blue) = 248+46+204=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F82ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82ECC is #07D133. Grayscale: #7B7B7B. Windows color (decimal): -512308 or 13381368. OLE color: 13381368.
HSL color Cylindrical-coordinate representation of color #F82ECC: hue angle of 313.07º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82ECC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 204 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.03 |
| HSL | 313.07º | 0.94% | 0.58% | - |
| HSV(B) | 313.07º | 0.81% | 0.97% | - |
| XYZ | 50.59 | 26.27 | 59.53 | - |
| YUV | 124.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 204 | 0 | 0.81 | 0.18 | 0.03 | 313.07 | 0.94 | 0.58 |
| Hex | F8 | 2E | CC | 0 | 51 | 12 | 3 | 139 | 5E | 3A |
| Octal | 370 | 56 | 314 | 0 | 121 | 22 | 3 | 471 | 136 | 72 |
| Binary | 11111000 | 101110 | 11001100 | 0 | 1010001 | 10010 | 11 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F82ECC
Complementary color
Monochromatic Colors of #F82ECC
Black with #F82ECC
Text Example
Text Example
White with #F82ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82ECC; }
p { color: rgb(248,46,204); }
H1.HeaderClassName
{
color: #F82ECC;
}
.AnyTagClassName
{
color: #F82ECC;
}
</style>
background-color css
<style>
a { background-color: #F82ECC; }
a { background-color: rgb(248,46,204); }
div.DivClassName
{
background-color: #F82ECC;
}
.BgClassName
{
background-color: #F82ECC;
}
</style>
border-color css
<style>
span { border-color: #F82ECC; }
span { border-color: rgb(248,46,204); }
td.TdClassName
{
border-color: #F82ECC;
}
.TagClassName
{
border-color: #F82ECC;
}
</style>