Shades of Razzle Dazzle Rose #F225ED
Tints of Razzle Dazzle Rose #F225ED
RGB
CMYK
RGB Variations
Color information
#F225ED (or 0xF225ED) is known color: Razzle Dazzle Rose. HEX triplet: F2, 25 and ED. RGB value is (242,37,237). Sum of RGB (Red+Green+Blue) = 242+37+237=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 37 (14.84% from 255 or 7.17% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F225ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F225ED is #0DDA12. Grayscale: #787878. Windows color (decimal): -907795 or 15541746. OLE color: 15541746.
HSL color Cylindrical-coordinate representation of color #F225ED: hue angle of 301.46º 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 #F225ED is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 237 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.05 |
| HSL | 301.46º | 0.89% | 0.55% | - |
| HSV(B) | 301.46º | 0.85% | 0.95% | - |
| XYZ | 52.57 | 26.31 | 82.43 | - |
| YUV | 121.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 237 | 0 | 0.85 | 0.02 | 0.05 | 301.46 | 0.89 | 0.55 |
| Hex | F2 | 25 | ED | 0 | 55 | 2 | 5 | 12D | 59 | 37 |
| Octal | 362 | 45 | 355 | 0 | 125 | 2 | 5 | 455 | 131 | 67 |
| Binary | 11110010 | 100101 | 11101101 | 0 | 1010101 | 10 | 101 | 100101101 | 1011001 | 110111 |
Color Harmonies of #F225ED
Complementary color
Monochromatic Colors of #F225ED
Black with #F225ED
Text Example
Text Example
White with #F225ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225ED; }
p { color: rgb(242,37,237); }
H1.HeaderClassName
{
color: #F225ED;
}
.AnyTagClassName
{
color: #F225ED;
}
</style>
background-color css
<style>
a { background-color: #F225ED; }
a { background-color: rgb(242,37,237); }
div.DivClassName
{
background-color: #F225ED;
}
.BgClassName
{
background-color: #F225ED;
}
</style>
border-color css
<style>
span { border-color: #F225ED; }
span { border-color: rgb(242,37,237); }
td.TdClassName
{
border-color: #F225ED;
}
.TagClassName
{
border-color: #F225ED;
}
</style>