Shades of Razzle Dazzle Rose #F221D3
Tints of Razzle Dazzle Rose #F221D3
RGB
CMYK
RGB Variations
Color information
#F221D3 (or 0xF221D3) is known color: Razzle Dazzle Rose. HEX triplet: F2, 21 and D3. RGB value is (242,33,211). Sum of RGB (Red+Green+Blue) = 242+33+211=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F221D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F221D3 is #0DDE2C. Grayscale: #737373. Windows color (decimal): -908845 or 13836786. OLE color: 13836786.
HSL color Cylindrical-coordinate representation of color #F221D3: hue angle of 308.9º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F221D3 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 33 | 211 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.05 |
| HSL | 308.9º | 0.89% | 0.54% | - |
| HSV(B) | 308.9º | 0.86% | 0.95% | - |
| XYZ | 48.92 | 24.67 | 63.81 | - |
| YUV | 115.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 33 | 211 | 0 | 0.86 | 0.13 | 0.05 | 308.9 | 0.89 | 0.54 |
| Hex | F2 | 21 | D3 | 0 | 56 | D | 5 | 135 | 59 | 36 |
| Octal | 362 | 41 | 323 | 0 | 126 | 15 | 5 | 465 | 131 | 66 |
| Binary | 11110010 | 100001 | 11010011 | 0 | 1010110 | 1101 | 101 | 100110101 | 1011001 | 110110 |
Color Harmonies of #F221D3
Complementary color
Monochromatic Colors of #F221D3
Black with #F221D3
Text Example
Text Example
White with #F221D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F221D3; }
p { color: rgb(242,33,211); }
H1.HeaderClassName
{
color: #F221D3;
}
.AnyTagClassName
{
color: #F221D3;
}
</style>
background-color css
<style>
a { background-color: #F221D3; }
a { background-color: rgb(242,33,211); }
div.DivClassName
{
background-color: #F221D3;
}
.BgClassName
{
background-color: #F221D3;
}
</style>
border-color css
<style>
span { border-color: #F221D3; }
span { border-color: rgb(242,33,211); }
td.TdClassName
{
border-color: #F221D3;
}
.TagClassName
{
border-color: #F221D3;
}
</style>