Shades of Razzle Dazzle Rose #F227DD
Tints of Razzle Dazzle Rose #F227DD
RGB
CMYK
RGB Variations
Color information
#F227DD (or 0xF227DD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and DD. RGB value is (242,39,221). Sum of RGB (Red+Green+Blue) = 242+39+221=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F227DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227DD is #0DD822. Grayscale: #777777. Windows color (decimal): -907299 or 14493682. OLE color: 14493682.
HSL color Cylindrical-coordinate representation of color #F227DD: hue angle of 306.21º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F227DD is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 221 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.05 |
| HSL | 306.21º | 0.89% | 0.55% | - |
| HSV(B) | 306.21º | 0.84% | 0.95% | - |
| XYZ | 50.39 | 25.55 | 70.68 | - |
| YUV | 120.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 221 | 0 | 0.84 | 0.09 | 0.05 | 306.21 | 0.89 | 0.55 |
| Hex | F2 | 27 | DD | 0 | 54 | 9 | 5 | 132 | 59 | 37 |
| Octal | 362 | 47 | 335 | 0 | 124 | 11 | 5 | 462 | 131 | 67 |
| Binary | 11110010 | 100111 | 11011101 | 0 | 1010100 | 1001 | 101 | 100110010 | 1011001 | 110111 |
Color Harmonies of #F227DD
Complementary color
Monochromatic Colors of #F227DD
Black with #F227DD
Text Example
Text Example
White with #F227DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227DD; }
p { color: rgb(242,39,221); }
H1.HeaderClassName
{
color: #F227DD;
}
.AnyTagClassName
{
color: #F227DD;
}
</style>
background-color css
<style>
a { background-color: #F227DD; }
a { background-color: rgb(242,39,221); }
div.DivClassName
{
background-color: #F227DD;
}
.BgClassName
{
background-color: #F227DD;
}
</style>
border-color css
<style>
span { border-color: #F227DD; }
span { border-color: rgb(242,39,221); }
td.TdClassName
{
border-color: #F227DD;
}
.TagClassName
{
border-color: #F227DD;
}
</style>