Shades of Razzle Dazzle Rose #F828C3
Tints of Razzle Dazzle Rose #F828C3
RGB
CMYK
RGB Variations
Color information
#F828C3 (or 0xF828C3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and C3. RGB value is (248,40,195). Sum of RGB (Red+Green+Blue) = 248+40+195=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F828C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828C3 is #07D73C. Grayscale: #777777. Windows color (decimal): -513853 or 12790008. OLE color: 12790008.
HSL color Cylindrical-coordinate representation of color #F828C3: hue angle of 315.29º 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 #F828C3 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 195 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.03 |
| HSL | 315.29º | 0.94% | 0.56% | - |
| HSV(B) | 315.29º | 0.84% | 0.97% | - |
| XYZ | 49.32 | 25.41 | 53.94 | - |
| YUV | 119.86 | 170.41 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 195 | 0 | 0.84 | 0.21 | 0.03 | 315.29 | 0.94 | 0.56 |
| Hex | F8 | 28 | C3 | 0 | 54 | 15 | 3 | 13B | 5E | 38 |
| Octal | 370 | 50 | 303 | 0 | 124 | 25 | 3 | 473 | 136 | 70 |
| Binary | 11111000 | 101000 | 11000011 | 0 | 1010100 | 10101 | 11 | 100111011 | 1011110 | 111000 |
Color Harmonies of #F828C3
Complementary color
Monochromatic Colors of #F828C3
Black with #F828C3
Text Example
Text Example
White with #F828C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828C3; }
p { color: rgb(248,40,195); }
H1.HeaderClassName
{
color: #F828C3;
}
.AnyTagClassName
{
color: #F828C3;
}
</style>
background-color css
<style>
a { background-color: #F828C3; }
a { background-color: rgb(248,40,195); }
div.DivClassName
{
background-color: #F828C3;
}
.BgClassName
{
background-color: #F828C3;
}
</style>
border-color css
<style>
span { border-color: #F828C3; }
span { border-color: rgb(248,40,195); }
td.TdClassName
{
border-color: #F828C3;
}
.TagClassName
{
border-color: #F828C3;
}
</style>