Shades of Razzle Dazzle Rose #F225C2
Tints of Razzle Dazzle Rose #F225C2
RGB
CMYK
RGB Variations
Color information
#F225C2 (or 0xF225C2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 25 and C2. RGB value is (242,37,194). Sum of RGB (Red+Green+Blue) = 242+37+194=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F225C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225C2 is #0DDA3D. Grayscale: #737373. Windows color (decimal): -907838 or 12723698. OLE color: 12723698.
HSL color Cylindrical-coordinate representation of color #F225C2: hue angle of 314.05º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F225C2 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 194 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.05 |
| HSL | 314.05º | 0.89% | 0.55% | - |
| HSV(B) | 314.05º | 0.85% | 0.95% | - |
| XYZ | 47.02 | 24.1 | 53.21 | - |
| YUV | 116.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 194 | 0 | 0.85 | 0.20 | 0.05 | 314.05 | 0.89 | 0.55 |
| Hex | F2 | 25 | C2 | 0 | 55 | 14 | 5 | 13A | 59 | 37 |
| Octal | 362 | 45 | 302 | 0 | 125 | 24 | 5 | 472 | 131 | 67 |
| Binary | 11110010 | 100101 | 11000010 | 0 | 1010101 | 10100 | 101 | 100111010 | 1011001 | 110111 |
Color Harmonies of #F225C2
Complementary color
Monochromatic Colors of #F225C2
Black with #F225C2
Text Example
Text Example
White with #F225C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225C2; }
p { color: rgb(242,37,194); }
H1.HeaderClassName
{
color: #F225C2;
}
.AnyTagClassName
{
color: #F225C2;
}
</style>
background-color css
<style>
a { background-color: #F225C2; }
a { background-color: rgb(242,37,194); }
div.DivClassName
{
background-color: #F225C2;
}
.BgClassName
{
background-color: #F225C2;
}
</style>
border-color css
<style>
span { border-color: #F225C2; }
span { border-color: rgb(242,37,194); }
td.TdClassName
{
border-color: #F225C2;
}
.TagClassName
{
border-color: #F225C2;
}
</style>