Shades of Razzle Dazzle Rose #F227D5
Tints of Razzle Dazzle Rose #F227D5
RGB
CMYK
RGB Variations
Color information
#F227D5 (or 0xF227D5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 27 and D5. RGB value is (242,39,213). Sum of RGB (Red+Green+Blue) = 242+39+213=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 39 (15.62% from 255 or 7.89% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F227D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F227D5 is #0DD82A. Grayscale: #777777. Windows color (decimal): -907307 or 13969394. OLE color: 13969394.
HSL color Cylindrical-coordinate representation of color #F227D5: hue angle of 308.57º 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 #F227D5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 39 | 213 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.05 |
| HSL | 308.57º | 0.89% | 0.55% | - |
| HSV(B) | 308.57º | 0.84% | 0.95% | - |
| XYZ | 49.35 | 25.13 | 65.2 | - |
| YUV | 119.53 | 180.75 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 39 | 213 | 0 | 0.84 | 0.12 | 0.05 | 308.57 | 0.89 | 0.55 |
| Hex | F2 | 27 | D5 | 0 | 54 | C | 5 | 135 | 59 | 37 |
| Octal | 362 | 47 | 325 | 0 | 124 | 14 | 5 | 465 | 131 | 67 |
| Binary | 11110010 | 100111 | 11010101 | 0 | 1010100 | 1100 | 101 | 100110101 | 1011001 | 110111 |
Color Harmonies of #F227D5
Complementary color
Monochromatic Colors of #F227D5
Black with #F227D5
Text Example
Text Example
White with #F227D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F227D5; }
p { color: rgb(242,39,213); }
H1.HeaderClassName
{
color: #F227D5;
}
.AnyTagClassName
{
color: #F227D5;
}
</style>
background-color css
<style>
a { background-color: #F227D5; }
a { background-color: rgb(242,39,213); }
div.DivClassName
{
background-color: #F227D5;
}
.BgClassName
{
background-color: #F227D5;
}
</style>
border-color css
<style>
span { border-color: #F227D5; }
span { border-color: rgb(242,39,213); }
td.TdClassName
{
border-color: #F227D5;
}
.TagClassName
{
border-color: #F227D5;
}
</style>