Shades of Razzle Dazzle Rose #F227D9
Tints of Razzle Dazzle Rose #F227D9
RGB
CMYK
RGB Variations
Color information
#F227D9 (or 0xF227D9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and D9. RGB value is (242,39,217). Sum of RGB (Red+Green+Blue) = 242+39+217=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F227D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227D9 is #0DD826. Grayscale: #777777. Windows color (decimal): -907303 or 14231538. OLE color: 14231538.
HSL color Cylindrical-coordinate representation of color #F227D9: hue angle of 307.39º 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 #F227D9 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 217 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.05 |
| HSL | 307.39º | 0.89% | 0.55% | - |
| HSV(B) | 307.39º | 0.84% | 0.95% | - |
| XYZ | 49.87 | 25.34 | 67.91 | - |
| YUV | 119.99 | 182.75 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 217 | 0 | 0.84 | 0.10 | 0.05 | 307.39 | 0.89 | 0.55 |
| Hex | F2 | 27 | D9 | 0 | 54 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 47 | 331 | 0 | 124 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 100111 | 11011001 | 0 | 1010100 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F227D9
Complementary color
Monochromatic Colors of #F227D9
Black with #F227D9
Text Example
Text Example
White with #F227D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227D9; }
p { color: rgb(242,39,217); }
H1.HeaderClassName
{
color: #F227D9;
}
.AnyTagClassName
{
color: #F227D9;
}
</style>
background-color css
<style>
a { background-color: #F227D9; }
a { background-color: rgb(242,39,217); }
div.DivClassName
{
background-color: #F227D9;
}
.BgClassName
{
background-color: #F227D9;
}
</style>
border-color css
<style>
span { border-color: #F227D9; }
span { border-color: rgb(242,39,217); }
td.TdClassName
{
border-color: #F227D9;
}
.TagClassName
{
border-color: #F227D9;
}
</style>