Shades of Razzle Dazzle Rose #F827C2
Tints of Razzle Dazzle Rose #F827C2
RGB
CMYK
RGB Variations
Color information
#F827C2 (or 0xF827C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 27 and C2. RGB value is (248,39,194). Sum of RGB (Red+Green+Blue) = 248+39+194=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F827C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F827C2 is #07D83D. Grayscale: #767676. Windows color (decimal): -514110 or 12724216. OLE color: 12724216.
HSL color Cylindrical-coordinate representation of color #F827C2: hue angle of 315.5º 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 #F827C2 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 194 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.03 |
| HSL | 315.5º | 0.94% | 0.56% | - |
| HSV(B) | 315.5º | 0.84% | 0.97% | - |
| XYZ | 49.17 | 25.3 | 53.33 | - |
| YUV | 119.16 | 170.24 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 194 | 0 | 0.84 | 0.22 | 0.03 | 315.5 | 0.94 | 0.56 |
| Hex | F8 | 27 | C2 | 0 | 54 | 16 | 3 | 13C | 5E | 38 |
| Octal | 370 | 47 | 302 | 0 | 124 | 26 | 3 | 474 | 136 | 70 |
| Binary | 11111000 | 100111 | 11000010 | 0 | 1010100 | 10110 | 11 | 100111100 | 1011110 | 111000 |
Color Harmonies of #F827C2
Complementary color
Monochromatic Colors of #F827C2
Black with #F827C2
Text Example
Text Example
White with #F827C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F827C2; }
p { color: rgb(248,39,194); }
H1.HeaderClassName
{
color: #F827C2;
}
.AnyTagClassName
{
color: #F827C2;
}
</style>
background-color css
<style>
a { background-color: #F827C2; }
a { background-color: rgb(248,39,194); }
div.DivClassName
{
background-color: #F827C2;
}
.BgClassName
{
background-color: #F827C2;
}
</style>
border-color css
<style>
span { border-color: #F827C2; }
span { border-color: rgb(248,39,194); }
td.TdClassName
{
border-color: #F827C2;
}
.TagClassName
{
border-color: #F827C2;
}
</style>