Shades of Razzle Dazzle Rose #F82ECB
Tints of Razzle Dazzle Rose #F82ECB
RGB
CMYK
RGB Variations
Color information
#F82ECB (or 0xF82ECB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2E and CB. RGB value is (248,46,203). Sum of RGB (Red+Green+Blue) = 248+46+203=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F82ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82ECB is #07D134. Grayscale: #7B7B7B. Windows color (decimal): -512309 or 13315832. OLE color: 13315832.
HSL color Cylindrical-coordinate representation of color #F82ECB: hue angle of 313.37º 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 #F82ECB is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 203 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.03 |
| HSL | 313.37º | 0.94% | 0.58% | - |
| HSV(B) | 313.37º | 0.81% | 0.97% | - |
| XYZ | 50.47 | 26.22 | 58.9 | - |
| YUV | 124.3 | 172.42 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 203 | 0 | 0.81 | 0.18 | 0.03 | 313.37 | 0.94 | 0.58 |
| Hex | F8 | 2E | CB | 0 | 51 | 12 | 3 | 139 | 5E | 3A |
| Octal | 370 | 56 | 313 | 0 | 121 | 22 | 3 | 471 | 136 | 72 |
| Binary | 11111000 | 101110 | 11001011 | 0 | 1010001 | 10010 | 11 | 100111001 | 1011110 | 111010 |
Color Harmonies of #F82ECB
Complementary color
Monochromatic Colors of #F82ECB
Black with #F82ECB
Text Example
Text Example
White with #F82ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82ECB; }
p { color: rgb(248,46,203); }
H1.HeaderClassName
{
color: #F82ECB;
}
.AnyTagClassName
{
color: #F82ECB;
}
</style>
background-color css
<style>
a { background-color: #F82ECB; }
a { background-color: rgb(248,46,203); }
div.DivClassName
{
background-color: #F82ECB;
}
.BgClassName
{
background-color: #F82ECB;
}
</style>
border-color css
<style>
span { border-color: #F82ECB; }
span { border-color: rgb(248,46,203); }
td.TdClassName
{
border-color: #F82ECB;
}
.TagClassName
{
border-color: #F82ECB;
}
</style>