Shades of Razzle Dazzle Rose #F025E5
Tints of Razzle Dazzle Rose #F025E5
RGB
CMYK
RGB Variations
Color information
#F025E5 (or 0xF025E5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 25 and E5. RGB value is (240,37,229). Sum of RGB (Red+Green+Blue) = 240+37+229=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F025E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F025E5 is #0FDA1A. Grayscale: #777777. Windows color (decimal): -1038875 or 15017456. OLE color: 15017456.
HSL color Cylindrical-coordinate representation of color #F025E5: hue angle of 303.25º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025E5 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 37 | 229 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.06 |
| HSL | 303.25º | 0.87% | 0.54% | - |
| HSV(B) | 303.25º | 0.85% | 0.94% | - |
| XYZ | 50.74 | 25.51 | 76.38 | - |
| YUV | 119.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 37 | 229 | 0 | 0.85 | 0.05 | 0.06 | 303.25 | 0.87 | 0.54 |
| Hex | F0 | 25 | E5 | 0 | 55 | 5 | 6 | 12F | 57 | 36 |
| Octal | 360 | 45 | 345 | 0 | 125 | 5 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100101 | 11100101 | 0 | 1010101 | 101 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F025E5
Complementary color
Monochromatic Colors of #F025E5
Black with #F025E5
Text Example
Text Example
White with #F025E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F025E5; }
p { color: rgb(240,37,229); }
H1.HeaderClassName
{
color: #F025E5;
}
.AnyTagClassName
{
color: #F025E5;
}
</style>
background-color css
<style>
a { background-color: #F025E5; }
a { background-color: rgb(240,37,229); }
div.DivClassName
{
background-color: #F025E5;
}
.BgClassName
{
background-color: #F025E5;
}
</style>
border-color css
<style>
span { border-color: #F025E5; }
span { border-color: rgb(240,37,229); }
td.TdClassName
{
border-color: #F025E5;
}
.TagClassName
{
border-color: #F025E5;
}
</style>