Shades of Razzle Dazzle Rose #F827C0
Tints of Razzle Dazzle Rose #F827C0
RGB
CMYK
RGB Variations
Color information
#F827C0 (or 0xF827C0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and C0. RGB value is (248,39,192). Sum of RGB (Red+Green+Blue) = 248+39+192=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F827C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827C0 is #07D83F. Grayscale: #767676. Windows color (decimal): -514112 or 12593144. OLE color: 12593144.
HSL color Cylindrical-coordinate representation of color #F827C0: hue angle of 316.08º 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 #F827C0 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 192 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.03 |
| HSL | 316.08º | 0.94% | 0.56% | - |
| HSV(B) | 316.08º | 0.84% | 0.97% | - |
| XYZ | 48.95 | 25.21 | 52.16 | - |
| YUV | 118.93 | 169.24 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 192 | 0 | 0.84 | 0.23 | 0.03 | 316.08 | 0.94 | 0.56 |
| Hex | F8 | 27 | C0 | 0 | 54 | 17 | 3 | 13C | 5E | 38 |
| Octal | 370 | 47 | 300 | 0 | 124 | 27 | 3 | 474 | 136 | 70 |
| Binary | 11111000 | 100111 | 11000000 | 0 | 1010100 | 10111 | 11 | 100111100 | 1011110 | 111000 |
Color Harmonies of #F827C0
Complementary color
Monochromatic Colors of #F827C0
Black with #F827C0
Text Example
Text Example
White with #F827C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827C0; }
p { color: rgb(248,39,192); }
H1.HeaderClassName
{
color: #F827C0;
}
.AnyTagClassName
{
color: #F827C0;
}
</style>
background-color css
<style>
a { background-color: #F827C0; }
a { background-color: rgb(248,39,192); }
div.DivClassName
{
background-color: #F827C0;
}
.BgClassName
{
background-color: #F827C0;
}
</style>
border-color css
<style>
span { border-color: #F827C0; }
span { border-color: rgb(248,39,192); }
td.TdClassName
{
border-color: #F827C0;
}
.TagClassName
{
border-color: #F827C0;
}
</style>