Shades of Razzle Dazzle Rose #F82EC5
Tints of Razzle Dazzle Rose #F82EC5
RGB
CMYK
RGB Variations
Color information
#F82EC5 (or 0xF82EC5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2E and C5. RGB value is (248,46,197). Sum of RGB (Red+Green+Blue) = 248+46+197=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F82EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82EC5 is #07D13A. Grayscale: #7B7B7B. Windows color (decimal): -512315 or 12922616. OLE color: 12922616.
HSL color Cylindrical-coordinate representation of color #F82EC5: hue angle of 315.15º 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 #F82EC5 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 46 | 197 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.03 |
| HSL | 315.15º | 0.94% | 0.58% | - |
| HSV(B) | 315.15º | 0.81% | 0.97% | - |
| XYZ | 49.77 | 25.94 | 55.21 | - |
| YUV | 123.61 | 169.42 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 46 | 197 | 0 | 0.81 | 0.21 | 0.03 | 315.15 | 0.94 | 0.58 |
| Hex | F8 | 2E | C5 | 0 | 51 | 15 | 3 | 13B | 5E | 3A |
| Octal | 370 | 56 | 305 | 0 | 121 | 25 | 3 | 473 | 136 | 72 |
| Binary | 11111000 | 101110 | 11000101 | 0 | 1010001 | 10101 | 11 | 100111011 | 1011110 | 111010 |
Color Harmonies of #F82EC5
Complementary color
Monochromatic Colors of #F82EC5
Black with #F82EC5
Text Example
Text Example
White with #F82EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82EC5; }
p { color: rgb(248,46,197); }
H1.HeaderClassName
{
color: #F82EC5;
}
.AnyTagClassName
{
color: #F82EC5;
}
</style>
background-color css
<style>
a { background-color: #F82EC5; }
a { background-color: rgb(248,46,197); }
div.DivClassName
{
background-color: #F82EC5;
}
.BgClassName
{
background-color: #F82EC5;
}
</style>
border-color css
<style>
span { border-color: #F82EC5; }
span { border-color: rgb(248,46,197); }
td.TdClassName
{
border-color: #F82EC5;
}
.TagClassName
{
border-color: #F82EC5;
}
</style>