Shades of Razzle Dazzle Rose #F822D2
Tints of Razzle Dazzle Rose #F822D2
RGB
CMYK
RGB Variations
Color information
#F822D2 (or 0xF822D2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 22 and D2. RGB value is (248,34,210). Sum of RGB (Red+Green+Blue) = 248+34+210=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 34 (13.67% from 255 or 6.91% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F822D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F822D2 is #07DD2D. Grayscale: #757575. Windows color (decimal): -515374 or 13771512. OLE color: 13771512.
HSL color Cylindrical-coordinate representation of color #F822D2: hue angle of 310.65º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F822D2 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 34 | 210 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.03 |
| HSL | 310.65º | 0.94% | 0.55% | - |
| HSV(B) | 310.65º | 0.86% | 0.97% | - |
| XYZ | 50.92 | 25.75 | 63.26 | - |
| YUV | 118.05 | 179.9 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 34 | 210 | 0 | 0.86 | 0.15 | 0.03 | 310.65 | 0.94 | 0.55 |
| Hex | F8 | 22 | D2 | 0 | 56 | F | 3 | 137 | 5E | 37 |
| Octal | 370 | 42 | 322 | 0 | 126 | 17 | 3 | 467 | 136 | 67 |
| Binary | 11111000 | 100010 | 11010010 | 0 | 1010110 | 1111 | 11 | 100110111 | 1011110 | 110111 |
Color Harmonies of #F822D2
Complementary color
Monochromatic Colors of #F822D2
Black with #F822D2
Text Example
Text Example
White with #F822D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F822D2; }
p { color: rgb(248,34,210); }
H1.HeaderClassName
{
color: #F822D2;
}
.AnyTagClassName
{
color: #F822D2;
}
</style>
background-color css
<style>
a { background-color: #F822D2; }
a { background-color: rgb(248,34,210); }
div.DivClassName
{
background-color: #F822D2;
}
.BgClassName
{
background-color: #F822D2;
}
</style>
border-color css
<style>
span { border-color: #F822D2; }
span { border-color: rgb(248,34,210); }
td.TdClassName
{
border-color: #F822D2;
}
.TagClassName
{
border-color: #F822D2;
}
</style>