Shades of Razzle Dazzle Rose #F827EC
Tints of Razzle Dazzle Rose #F827EC
RGB
CMYK
RGB Variations
Color information
#F827EC (or 0xF827EC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and EC. RGB value is (248,39,236). Sum of RGB (Red+Green+Blue) = 248+39+236=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 39 (15.62% from 255 or 7.46% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F827EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F827EC is #07D813. Grayscale: #7B7B7B. Windows color (decimal): -514068 or 15476728. OLE color: 15476728.
HSL color Cylindrical-coordinate representation of color #F827EC: hue angle of 303.44º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F827EC is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 236 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.03 |
| HSL | 303.45º | 0.94% | 0.56% | - |
| HSV(B) | 303.45º | 0.84% | 0.97% | - |
| XYZ | 54.58 | 27.46 | 81.78 | - |
| YUV | 123.95 | 191.24 | 216.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 236 | 0 | 0.84 | 0.05 | 0.03 | 303.45 | 0.94 | 0.56 |
| Hex | F8 | 27 | EC | 0 | 54 | 5 | 3 | 12F | 5E | 38 |
| Octal | 370 | 47 | 354 | 0 | 124 | 5 | 3 | 457 | 136 | 70 |
| Binary | 11111000 | 100111 | 11101100 | 0 | 1010100 | 101 | 11 | 100101111 | 1011110 | 111000 |
Color Harmonies of #F827EC
Complementary color
Monochromatic Colors of #F827EC
Black with #F827EC
Text Example
Text Example
White with #F827EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827EC; }
p { color: rgb(248,39,236); }
H1.HeaderClassName
{
color: #F827EC;
}
.AnyTagClassName
{
color: #F827EC;
}
</style>
background-color css
<style>
a { background-color: #F827EC; }
a { background-color: rgb(248,39,236); }
div.DivClassName
{
background-color: #F827EC;
}
.BgClassName
{
background-color: #F827EC;
}
</style>
border-color css
<style>
span { border-color: #F827EC; }
span { border-color: rgb(248,39,236); }
td.TdClassName
{
border-color: #F827EC;
}
.TagClassName
{
border-color: #F827EC;
}
</style>