Shades of Razzle Dazzle Rose #F821CB
Tints of Razzle Dazzle Rose #F821CB
RGB
CMYK
RGB Variations
Color information
#F821CB (or 0xF821CB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 21 and CB. RGB value is (248,33,203). Sum of RGB (Red+Green+Blue) = 248+33+203=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F821CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F821CB is #07DE34. Grayscale: #747474. Windows color (decimal): -515637 or 13312504. OLE color: 13312504.
HSL color Cylindrical-coordinate representation of color #F821CB: hue angle of 312.56º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F821CB is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 203 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.03 |
| HSL | 312.56º | 0.94% | 0.55% | - |
| HSV(B) | 312.56º | 0.87% | 0.97% | - |
| XYZ | 50.03 | 25.36 | 58.76 | - |
| YUV | 116.67 | 176.73 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 203 | 0 | 0.87 | 0.18 | 0.03 | 312.56 | 0.94 | 0.55 |
| Hex | F8 | 21 | CB | 0 | 57 | 12 | 3 | 139 | 5E | 37 |
| Octal | 370 | 41 | 313 | 0 | 127 | 22 | 3 | 471 | 136 | 67 |
| Binary | 11111000 | 100001 | 11001011 | 0 | 1010111 | 10010 | 11 | 100111001 | 1011110 | 110111 |
Color Harmonies of #F821CB
Complementary color
Monochromatic Colors of #F821CB
Black with #F821CB
Text Example
Text Example
White with #F821CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F821CB; }
p { color: rgb(248,33,203); }
H1.HeaderClassName
{
color: #F821CB;
}
.AnyTagClassName
{
color: #F821CB;
}
</style>
background-color css
<style>
a { background-color: #F821CB; }
a { background-color: rgb(248,33,203); }
div.DivClassName
{
background-color: #F821CB;
}
.BgClassName
{
background-color: #F821CB;
}
</style>
border-color css
<style>
span { border-color: #F821CB; }
span { border-color: rgb(248,33,203); }
td.TdClassName
{
border-color: #F821CB;
}
.TagClassName
{
border-color: #F821CB;
}
</style>