Shades of Razzle Dazzle Rose #F023E7
Tints of Razzle Dazzle Rose #F023E7
RGB
CMYK
RGB Variations
Color information
#F023E7 (or 0xF023E7) is known color: Razzle Dazzle Rose. HEX triplet: F0, 23 and E7. RGB value is (240,35,231). Sum of RGB (Red+Green+Blue) = 240+35+231=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 35 (14.06% from 255 or 6.92% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F023E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F023E7 is #0FDC18. Grayscale: #767676. Windows color (decimal): -1039385 or 15148016. OLE color: 15148016.
HSL color Cylindrical-coordinate representation of color #F023E7: hue angle of 302.63º 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 #F023E7 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 231 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.06 |
| HSL | 302.63º | 0.87% | 0.54% | - |
| HSV(B) | 302.63º | 0.85% | 0.94% | - |
| XYZ | 50.96 | 25.5 | 77.84 | - |
| YUV | 118.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 231 | 0 | 0.85 | 0.04 | 0.06 | 302.63 | 0.87 | 0.54 |
| Hex | F0 | 23 | E7 | 0 | 55 | 4 | 6 | 12F | 57 | 36 |
| Octal | 360 | 43 | 347 | 0 | 125 | 4 | 6 | 457 | 127 | 66 |
| Binary | 11110000 | 100011 | 11100111 | 0 | 1010101 | 100 | 110 | 100101111 | 1010111 | 110110 |
Color Harmonies of #F023E7
Complementary color
Monochromatic Colors of #F023E7
Black with #F023E7
Text Example
Text Example
White with #F023E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F023E7; }
p { color: rgb(240,35,231); }
H1.HeaderClassName
{
color: #F023E7;
}
.AnyTagClassName
{
color: #F023E7;
}
</style>
background-color css
<style>
a { background-color: #F023E7; }
a { background-color: rgb(240,35,231); }
div.DivClassName
{
background-color: #F023E7;
}
.BgClassName
{
background-color: #F023E7;
}
</style>
border-color css
<style>
span { border-color: #F023E7; }
span { border-color: rgb(240,35,231); }
td.TdClassName
{
border-color: #F023E7;
}
.TagClassName
{
border-color: #F023E7;
}
</style>