Shades of Razzle Dazzle Rose #F227D7
Tints of Razzle Dazzle Rose #F227D7
RGB
CMYK
RGB Variations
Color information
#F227D7 (or 0xF227D7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and D7. RGB value is (242,39,215). Sum of RGB (Red+Green+Blue) = 242+39+215=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 39 (15.62% from 255 or 7.86% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F227D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227D7 is #0DD828. Grayscale: #777777. Windows color (decimal): -907305 or 14100466. OLE color: 14100466.
HSL color Cylindrical-coordinate representation of color #F227D7: hue angle of 307.98º 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 #F227D7 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 215 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.05 |
| HSL | 307.98º | 0.89% | 0.55% | - |
| HSV(B) | 307.98º | 0.84% | 0.95% | - |
| XYZ | 49.61 | 25.23 | 66.55 | - |
| YUV | 119.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 215 | 0 | 0.84 | 0.11 | 0.05 | 307.98 | 0.89 | 0.55 |
| Hex | F2 | 27 | D7 | 0 | 54 | B | 5 | 134 | 59 | 37 |
| Octal | 362 | 47 | 327 | 0 | 124 | 13 | 5 | 464 | 131 | 67 |
| Binary | 11110010 | 100111 | 11010111 | 0 | 1010100 | 1011 | 101 | 100110100 | 1011001 | 110111 |
Color Harmonies of #F227D7
Complementary color
Monochromatic Colors of #F227D7
Black with #F227D7
Text Example
Text Example
White with #F227D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227D7; }
p { color: rgb(242,39,215); }
H1.HeaderClassName
{
color: #F227D7;
}
.AnyTagClassName
{
color: #F227D7;
}
</style>
background-color css
<style>
a { background-color: #F227D7; }
a { background-color: rgb(242,39,215); }
div.DivClassName
{
background-color: #F227D7;
}
.BgClassName
{
background-color: #F227D7;
}
</style>
border-color css
<style>
span { border-color: #F227D7; }
span { border-color: rgb(242,39,215); }
td.TdClassName
{
border-color: #F227D7;
}
.TagClassName
{
border-color: #F227D7;
}
</style>