Shades of Razzle Dazzle Rose #F226D5
Tints of Razzle Dazzle Rose #F226D5
RGB
CMYK
RGB Variations
Color information
#F226D5 (or 0xF226D5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 26 and D5. RGB value is (242,38,213). Sum of RGB (Red+Green+Blue) = 242+38+213=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F226D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F226D5 is #0DD92A. Grayscale: #767676. Windows color (decimal): -907563 or 13969138. OLE color: 13969138.
HSL color Cylindrical-coordinate representation of color #F226D5: hue angle of 308.53º 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 #F226D5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 213 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.05 |
| HSL | 308.53º | 0.89% | 0.55% | - |
| HSV(B) | 308.53º | 0.84% | 0.95% | - |
| XYZ | 49.32 | 25.07 | 65.19 | - |
| YUV | 118.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 213 | 0 | 0.84 | 0.12 | 0.05 | 308.53 | 0.89 | 0.55 |
| Hex | F2 | 26 | D5 | 0 | 54 | C | 5 | 135 | 59 | 37 |
| Octal | 362 | 46 | 325 | 0 | 124 | 14 | 5 | 465 | 131 | 67 |
| Binary | 11110010 | 100110 | 11010101 | 0 | 1010100 | 1100 | 101 | 100110101 | 1011001 | 110111 |
Color Harmonies of #F226D5
Complementary color
Monochromatic Colors of #F226D5
Black with #F226D5
Text Example
Text Example
White with #F226D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F226D5; }
p { color: rgb(242,38,213); }
H1.HeaderClassName
{
color: #F226D5;
}
.AnyTagClassName
{
color: #F226D5;
}
</style>
background-color css
<style>
a { background-color: #F226D5; }
a { background-color: rgb(242,38,213); }
div.DivClassName
{
background-color: #F226D5;
}
.BgClassName
{
background-color: #F226D5;
}
</style>
border-color css
<style>
span { border-color: #F226D5; }
span { border-color: rgb(242,38,213); }
td.TdClassName
{
border-color: #F226D5;
}
.TagClassName
{
border-color: #F226D5;
}
</style>