Shades of Razzle Dazzle Rose #F82CCB
Tints of Razzle Dazzle Rose #F82CCB
RGB
CMYK
RGB Variations
Color information
#F82CCB (or 0xF82CCB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2C and CB. RGB value is (248,44,203). Sum of RGB (Red+Green+Blue) = 248+44+203=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F82CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82CCB is #07D334. Grayscale: #7A7A7A. Windows color (decimal): -512821 or 13315320. OLE color: 13315320.
HSL color Cylindrical-coordinate representation of color #F82CCB: hue angle of 313.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82CCB is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 203 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.03 |
| HSL | 313.24º | 0.94% | 0.57% | - |
| HSV(B) | 313.24º | 0.82% | 0.97% | - |
| XYZ | 50.39 | 26.07 | 58.88 | - |
| YUV | 123.12 | 173.09 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 203 | 0 | 0.82 | 0.18 | 0.03 | 313.24 | 0.94 | 0.57 |
| Hex | F8 | 2C | CB | 0 | 52 | 12 | 3 | 139 | 5E | 39 |
| Octal | 370 | 54 | 313 | 0 | 122 | 22 | 3 | 471 | 136 | 71 |
| Binary | 11111000 | 101100 | 11001011 | 0 | 1010010 | 10010 | 11 | 100111001 | 1011110 | 111001 |
Color Harmonies of #F82CCB
Complementary color
Monochromatic Colors of #F82CCB
Black with #F82CCB
Text Example
Text Example
White with #F82CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82CCB; }
p { color: rgb(248,44,203); }
H1.HeaderClassName
{
color: #F82CCB;
}
.AnyTagClassName
{
color: #F82CCB;
}
</style>
background-color css
<style>
a { background-color: #F82CCB; }
a { background-color: rgb(248,44,203); }
div.DivClassName
{
background-color: #F82CCB;
}
.BgClassName
{
background-color: #F82CCB;
}
</style>
border-color css
<style>
span { border-color: #F82CCB; }
span { border-color: rgb(248,44,203); }
td.TdClassName
{
border-color: #F82CCB;
}
.TagClassName
{
border-color: #F82CCB;
}
</style>