Shades of Razzle Dazzle Rose #F227C5
Tints of Razzle Dazzle Rose #F227C5
RGB
CMYK
RGB Variations
Color information
#F227C5 (or 0xF227C5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and C5. RGB value is (242,39,197). Sum of RGB (Red+Green+Blue) = 242+39+197=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F227C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227C5 is #0DD83A. Grayscale: #757575. Windows color (decimal): -907323 or 12920818. OLE color: 12920818.
HSL color Cylindrical-coordinate representation of color #F227C5: hue angle of 313.3º 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 #F227C5 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 197 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.05 |
| HSL | 313.3º | 0.89% | 0.55% | - |
| HSV(B) | 313.3º | 0.84% | 0.95% | - |
| XYZ | 47.42 | 24.36 | 55.03 | - |
| YUV | 117.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 197 | 0 | 0.84 | 0.19 | 0.05 | 313.3 | 0.89 | 0.55 |
| Hex | F2 | 27 | C5 | 0 | 54 | 13 | 5 | 139 | 59 | 37 |
| Octal | 362 | 47 | 305 | 0 | 124 | 23 | 5 | 471 | 131 | 67 |
| Binary | 11110010 | 100111 | 11000101 | 0 | 1010100 | 10011 | 101 | 100111001 | 1011001 | 110111 |
Color Harmonies of #F227C5
Complementary color
Monochromatic Colors of #F227C5
Black with #F227C5
Text Example
Text Example
White with #F227C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227C5; }
p { color: rgb(242,39,197); }
H1.HeaderClassName
{
color: #F227C5;
}
.AnyTagClassName
{
color: #F227C5;
}
</style>
background-color css
<style>
a { background-color: #F227C5; }
a { background-color: rgb(242,39,197); }
div.DivClassName
{
background-color: #F227C5;
}
.BgClassName
{
background-color: #F227C5;
}
</style>
border-color css
<style>
span { border-color: #F227C5; }
span { border-color: rgb(242,39,197); }
td.TdClassName
{
border-color: #F227C5;
}
.TagClassName
{
border-color: #F227C5;
}
</style>