Shades of Razzle Dazzle Rose #F225CE
Tints of Razzle Dazzle Rose #F225CE
RGB
CMYK
RGB Variations
Color information
#F225CE (or 0xF225CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 25 and CE. RGB value is (242,37,206). Sum of RGB (Red+Green+Blue) = 242+37+206=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F225CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225CE is #0DDA31. Grayscale: #757575. Windows color (decimal): -907826 or 13510130. OLE color: 13510130.
HSL color Cylindrical-coordinate representation of color #F225CE: hue angle of 310.54º 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 #F225CE is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 206 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.05 |
| HSL | 310.54º | 0.89% | 0.55% | - |
| HSV(B) | 310.54º | 0.85% | 0.95% | - |
| XYZ | 48.42 | 24.66 | 60.6 | - |
| YUV | 117.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 206 | 0 | 0.85 | 0.15 | 0.05 | 310.54 | 0.89 | 0.55 |
| Hex | F2 | 25 | CE | 0 | 55 | F | 5 | 137 | 59 | 37 |
| Octal | 362 | 45 | 316 | 0 | 125 | 17 | 5 | 467 | 131 | 67 |
| Binary | 11110010 | 100101 | 11001110 | 0 | 1010101 | 1111 | 101 | 100110111 | 1011001 | 110111 |
Color Harmonies of #F225CE
Complementary color
Monochromatic Colors of #F225CE
Black with #F225CE
Text Example
Text Example
White with #F225CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225CE; }
p { color: rgb(242,37,206); }
H1.HeaderClassName
{
color: #F225CE;
}
.AnyTagClassName
{
color: #F225CE;
}
</style>
background-color css
<style>
a { background-color: #F225CE; }
a { background-color: rgb(242,37,206); }
div.DivClassName
{
background-color: #F225CE;
}
.BgClassName
{
background-color: #F225CE;
}
</style>
border-color css
<style>
span { border-color: #F225CE; }
span { border-color: rgb(242,37,206); }
td.TdClassName
{
border-color: #F225CE;
}
.TagClassName
{
border-color: #F225CE;
}
</style>