Shades of Razzle Dazzle Rose #F227C1
Tints of Razzle Dazzle Rose #F227C1
RGB
CMYK
RGB Variations
Color information
#F227C1 (or 0xF227C1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and C1. RGB value is (242,39,193). Sum of RGB (Red+Green+Blue) = 242+39+193=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F227C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227C1 is #0DD83E. Grayscale: #747474. Windows color (decimal): -907327 or 12658674. OLE color: 12658674.
HSL color Cylindrical-coordinate representation of color #F227C1: hue angle of 314.48º 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 #F227C1 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 193 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.05 |
| HSL | 314.48º | 0.89% | 0.55% | - |
| HSV(B) | 314.48º | 0.84% | 0.95% | - |
| XYZ | 46.97 | 24.18 | 52.64 | - |
| YUV | 117.25 | 170.75 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 193 | 0 | 0.84 | 0.20 | 0.05 | 314.48 | 0.89 | 0.55 |
| Hex | F2 | 27 | C1 | 0 | 54 | 14 | 5 | 13A | 59 | 37 |
| Octal | 362 | 47 | 301 | 0 | 124 | 24 | 5 | 472 | 131 | 67 |
| Binary | 11110010 | 100111 | 11000001 | 0 | 1010100 | 10100 | 101 | 100111010 | 1011001 | 110111 |
Color Harmonies of #F227C1
Complementary color
Monochromatic Colors of #F227C1
Black with #F227C1
Text Example
Text Example
White with #F227C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227C1; }
p { color: rgb(242,39,193); }
H1.HeaderClassName
{
color: #F227C1;
}
.AnyTagClassName
{
color: #F227C1;
}
</style>
background-color css
<style>
a { background-color: #F227C1; }
a { background-color: rgb(242,39,193); }
div.DivClassName
{
background-color: #F227C1;
}
.BgClassName
{
background-color: #F227C1;
}
</style>
border-color css
<style>
span { border-color: #F227C1; }
span { border-color: rgb(242,39,193); }
td.TdClassName
{
border-color: #F227C1;
}
.TagClassName
{
border-color: #F227C1;
}
</style>