Shades of Razzle Dazzle Rose #F023E5
Tints of Razzle Dazzle Rose #F023E5
RGB
CMYK
RGB Variations
Color information
#F023E5 (or 0xF023E5) is known color: Razzle Dazzle Rose. HEX triplet: F0, 23 and E5. RGB value is (240,35,229). Sum of RGB (Red+Green+Blue) = 240+35+229=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 35 (14.06% from 255 or 6.94% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F023E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023E5 is #0FDC1A. Grayscale: #757575. Windows color (decimal): -1039387 or 15016944. OLE color: 15016944.
HSL color Cylindrical-coordinate representation of color #F023E5: hue angle of 303.22º 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 #F023E5 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 229 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.06 |
| HSL | 303.22º | 0.87% | 0.54% | - |
| HSV(B) | 303.22º | 0.85% | 0.94% | - |
| XYZ | 50.68 | 25.38 | 76.36 | - |
| YUV | 118.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 229 | 0 | 0.85 | 0.05 | 0.06 | 303.22 | 0.87 | 0.54 |
| Hex | F0 | 23 | E5 | 0 | 55 | 5 | 6 | 12F | 57 | 36 |
| Octal | 360 | 43 | 345 | 0 | 125 | 5 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100011 | 11100101 | 0 | 1010101 | 101 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F023E5
Complementary color
Monochromatic Colors of #F023E5
Black with #F023E5
Text Example
Text Example
White with #F023E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F023E5; }
p { color: rgb(240,35,229); }
H1.HeaderClassName
{
color: #F023E5;
}
.AnyTagClassName
{
color: #F023E5;
}
</style>
background-color css
<style>
a { background-color: #F023E5; }
a { background-color: rgb(240,35,229); }
div.DivClassName
{
background-color: #F023E5;
}
.BgClassName
{
background-color: #F023E5;
}
</style>
border-color css
<style>
span { border-color: #F023E5; }
span { border-color: rgb(240,35,229); }
td.TdClassName
{
border-color: #F023E5;
}
.TagClassName
{
border-color: #F023E5;
}
</style>