Shades of Razzle Dazzle Rose #F21FE5
Tints of Razzle Dazzle Rose #F21FE5
RGB
CMYK
RGB Variations
Color information
#F21FE5 (or 0xF21FE5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 1F and E5. RGB value is (242,31,229). Sum of RGB (Red+Green+Blue) = 242+31+229=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FE5 is #0DE01A. Grayscale: #747474. Windows color (decimal): -909339 or 15015922. OLE color: 15015922.
HSL color Cylindrical-coordinate representation of color #F21FE5: hue angle of 303.7º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21FE5 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 229 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.05 |
| HSL | 303.7º | 0.89% | 0.54% | - |
| HSV(B) | 303.7º | 0.87% | 0.95% | - |
| XYZ | 51.25 | 25.51 | 76.35 | - |
| YUV | 116.66 | 191.4 | 217.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 229 | 0 | 0.87 | 0.05 | 0.05 | 303.7 | 0.89 | 0.54 |
| Hex | F2 | 1F | E5 | 0 | 57 | 5 | 5 | 130 | 59 | 36 |
| Octal | 362 | 37 | 345 | 0 | 127 | 5 | 5 | 460 | 131 | 66 |
| Binary | 11110010 | 11111 | 11100101 | 0 | 1010111 | 101 | 101 | 100110000 | 1011001 | 110110 |
Color Harmonies of #F21FE5
Complementary color
Monochromatic Colors of #F21FE5
Black with #F21FE5
Text Example
Text Example
White with #F21FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21FE5; }
p { color: rgb(242,31,229); }
H1.HeaderClassName
{
color: #F21FE5;
}
.AnyTagClassName
{
color: #F21FE5;
}
</style>
background-color css
<style>
a { background-color: #F21FE5; }
a { background-color: rgb(242,31,229); }
div.DivClassName
{
background-color: #F21FE5;
}
.BgClassName
{
background-color: #F21FE5;
}
</style>
border-color css
<style>
span { border-color: #F21FE5; }
span { border-color: rgb(242,31,229); }
td.TdClassName
{
border-color: #F21FE5;
}
.TagClassName
{
border-color: #F21FE5;
}
</style>