Shades of Razzle Dazzle Rose #F828CB
Tints of Razzle Dazzle Rose #F828CB
RGB
CMYK
RGB Variations
Color information
#F828CB (or 0xF828CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 28 and CB. RGB value is (248,40,203). Sum of RGB (Red+Green+Blue) = 248+40+203=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F828CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F828CB is #07D734. Grayscale: #787878. Windows color (decimal): -513845 or 13314296. OLE color: 13314296.
HSL color Cylindrical-coordinate representation of color #F828CB: hue angle of 312.98º 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 #F828CB is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 203 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.03 |
| HSL | 312.98º | 0.94% | 0.56% | - |
| HSV(B) | 312.98º | 0.84% | 0.97% | - |
| XYZ | 50.25 | 25.79 | 58.83 | - |
| YUV | 120.77 | 174.41 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 203 | 0 | 0.84 | 0.18 | 0.03 | 312.98 | 0.94 | 0.56 |
| Hex | F8 | 28 | CB | 0 | 54 | 12 | 3 | 139 | 5E | 38 |
| Octal | 370 | 50 | 313 | 0 | 124 | 22 | 3 | 471 | 136 | 70 |
| Binary | 11111000 | 101000 | 11001011 | 0 | 1010100 | 10010 | 11 | 100111001 | 1011110 | 111000 |
Color Harmonies of #F828CB
Complementary color
Monochromatic Colors of #F828CB
Black with #F828CB
Text Example
Text Example
White with #F828CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F828CB; }
p { color: rgb(248,40,203); }
H1.HeaderClassName
{
color: #F828CB;
}
.AnyTagClassName
{
color: #F828CB;
}
</style>
background-color css
<style>
a { background-color: #F828CB; }
a { background-color: rgb(248,40,203); }
div.DivClassName
{
background-color: #F828CB;
}
.BgClassName
{
background-color: #F828CB;
}
</style>
border-color css
<style>
span { border-color: #F828CB; }
span { border-color: rgb(248,40,203); }
td.TdClassName
{
border-color: #F828CB;
}
.TagClassName
{
border-color: #F828CB;
}
</style>