Shades of Razzle Dazzle Rose #F828C2
Tints of Razzle Dazzle Rose #F828C2
RGB
CMYK
RGB Variations
Color information
#F828C2 (or 0xF828C2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and C2. RGB value is (248,40,194). Sum of RGB (Red+Green+Blue) = 248+40+194=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F828C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828C2 is #07D73D. Grayscale: #777777. Windows color (decimal): -513854 or 12724472. OLE color: 12724472.
HSL color Cylindrical-coordinate representation of color #F828C2: hue angle of 315.58º 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 #F828C2 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 194 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.03 |
| HSL | 315.58º | 0.94% | 0.56% | - |
| HSV(B) | 315.58º | 0.84% | 0.97% | - |
| XYZ | 49.21 | 25.37 | 53.34 | - |
| YUV | 119.75 | 169.91 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 194 | 0 | 0.84 | 0.22 | 0.03 | 315.58 | 0.94 | 0.56 |
| Hex | F8 | 28 | C2 | 0 | 54 | 16 | 3 | 13C | 5E | 38 |
| Octal | 370 | 50 | 302 | 0 | 124 | 26 | 3 | 474 | 136 | 70 |
| Binary | 11111000 | 101000 | 11000010 | 0 | 1010100 | 10110 | 11 | 100111100 | 1011110 | 111000 |
Color Harmonies of #F828C2
Complementary color
Monochromatic Colors of #F828C2
Black with #F828C2
Text Example
Text Example
White with #F828C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828C2; }
p { color: rgb(248,40,194); }
H1.HeaderClassName
{
color: #F828C2;
}
.AnyTagClassName
{
color: #F828C2;
}
</style>
background-color css
<style>
a { background-color: #F828C2; }
a { background-color: rgb(248,40,194); }
div.DivClassName
{
background-color: #F828C2;
}
.BgClassName
{
background-color: #F828C2;
}
</style>
border-color css
<style>
span { border-color: #F828C2; }
span { border-color: rgb(248,40,194); }
td.TdClassName
{
border-color: #F828C2;
}
.TagClassName
{
border-color: #F828C2;
}
</style>