Shades of Razzle Dazzle Rose #F225DB
Tints of Razzle Dazzle Rose #F225DB
RGB
CMYK
RGB Variations
Color information
#F225DB (or 0xF225DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 25 and DB. RGB value is (242,37,219). Sum of RGB (Red+Green+Blue) = 242+37+219=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 37 (14.84% from 255 or 7.43% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F225DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225DB is #0DDA24. Grayscale: #767676. Windows color (decimal): -907813 or 14362098. OLE color: 14362098.
HSL color Cylindrical-coordinate representation of color #F225DB: hue angle of 306.73º 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 #F225DB is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 219 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.05 |
| HSL | 306.73º | 0.89% | 0.55% | - |
| HSV(B) | 306.73º | 0.85% | 0.95% | - |
| XYZ | 50.07 | 25.31 | 69.27 | - |
| YUV | 119.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 219 | 0 | 0.85 | 0.10 | 0.05 | 306.73 | 0.89 | 0.55 |
| Hex | F2 | 25 | DB | 0 | 55 | A | 5 | 133 | 59 | 37 |
| Octal | 362 | 45 | 333 | 0 | 125 | 12 | 5 | 463 | 131 | 67 |
| Binary | 11110010 | 100101 | 11011011 | 0 | 1010101 | 1010 | 101 | 100110011 | 1011001 | 110111 |
Color Harmonies of #F225DB
Complementary color
Monochromatic Colors of #F225DB
Black with #F225DB
Text Example
Text Example
White with #F225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F225DB; }
p { color: rgb(242,37,219); }
H1.HeaderClassName
{
color: #F225DB;
}
.AnyTagClassName
{
color: #F225DB;
}
</style>
background-color css
<style>
a { background-color: #F225DB; }
a { background-color: rgb(242,37,219); }
div.DivClassName
{
background-color: #F225DB;
}
.BgClassName
{
background-color: #F225DB;
}
</style>
border-color css
<style>
span { border-color: #F225DB; }
span { border-color: rgb(242,37,219); }
td.TdClassName
{
border-color: #F225DB;
}
.TagClassName
{
border-color: #F225DB;
}
</style>