Shades of Razzle Dazzle Rose #F01CE5
Tints of Razzle Dazzle Rose #F01CE5
RGB
CMYK
RGB Variations
Color information
#F01CE5 (or 0xF01CE5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1C and E5. RGB value is (240,28,229). Sum of RGB (Red+Green+Blue) = 240+28+229=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 28 (11.33% from 255 or 5.63% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CE5 is #0FE31A. Grayscale: #717171. Windows color (decimal): -1041179 or 15015152. OLE color: 15015152.
HSL color Cylindrical-coordinate representation of color #F01CE5: hue angle of 303.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CE5 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 229 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.06 |
| HSL | 303.11º | 0.88% | 0.53% | - |
| HSV(B) | 303.11º | 0.88% | 0.94% | - |
| XYZ | 50.49 | 25.01 | 76.3 | - |
| YUV | 114.3 | 192.74 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 229 | 0 | 0.88 | 0.05 | 0.06 | 303.11 | 0.88 | 0.53 |
| Hex | F0 | 1C | E5 | 0 | 58 | 5 | 6 | 12F | 58 | 35 |
| Octal | 360 | 34 | 345 | 0 | 130 | 5 | 6 | 457 | 130 | 65 |
| Binary | 11110000 | 11100 | 11100101 | 0 | 1011000 | 101 | 110 | 100101111 | 1011000 | 110101 |
Color Harmonies of #F01CE5
Complementary color
Monochromatic Colors of #F01CE5
Black with #F01CE5
Text Example
Text Example
White with #F01CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CE5; }
p { color: rgb(240,28,229); }
H1.HeaderClassName
{
color: #F01CE5;
}
.AnyTagClassName
{
color: #F01CE5;
}
</style>
background-color css
<style>
a { background-color: #F01CE5; }
a { background-color: rgb(240,28,229); }
div.DivClassName
{
background-color: #F01CE5;
}
.BgClassName
{
background-color: #F01CE5;
}
</style>
border-color css
<style>
span { border-color: #F01CE5; }
span { border-color: rgb(240,28,229); }
td.TdClassName
{
border-color: #F01CE5;
}
.TagClassName
{
border-color: #F01CE5;
}
</style>