Shades of Razzle Dazzle Rose #F23CE9
Tints of Razzle Dazzle Rose #F23CE9
RGB
CMYK
RGB Variations
Color information
#F23CE9 (or 0xF23CE9) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and E9. RGB value is (242,60,233). Sum of RGB (Red+Green+Blue) = 242+60+233=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 60 (23.83% from 255 or 11.21% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CE9 is #0DC316. Grayscale: #858585. Windows color (decimal): -901911 or 15285490. OLE color: 15285490.
HSL color Cylindrical-coordinate representation of color #F23CE9: hue angle of 302.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CE9 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 233 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.05 |
| HSL | 302.97º | 0.88% | 0.59% | - |
| HSV(B) | 302.97º | 0.75% | 0.95% | - |
| XYZ | 52.94 | 27.99 | 79.7 | - |
| YUV | 134.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 233 | 0 | 0.75 | 0.04 | 0.05 | 302.97 | 0.88 | 0.59 |
| Hex | F2 | 3C | E9 | 0 | 4B | 4 | 5 | 12F | 58 | 3B |
| Octal | 362 | 74 | 351 | 0 | 113 | 4 | 5 | 457 | 130 | 73 |
| Binary | 11110010 | 111100 | 11101001 | 0 | 1001011 | 100 | 101 | 100101111 | 1011000 | 111011 |
Color Harmonies of #F23CE9
Complementary color
Monochromatic Colors of #F23CE9
Black with #F23CE9
Text Example
Text Example
White with #F23CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CE9; }
p { color: rgb(242,60,233); }
H1.HeaderClassName
{
color: #F23CE9;
}
.AnyTagClassName
{
color: #F23CE9;
}
</style>
background-color css
<style>
a { background-color: #F23CE9; }
a { background-color: rgb(242,60,233); }
div.DivClassName
{
background-color: #F23CE9;
}
.BgClassName
{
background-color: #F23CE9;
}
</style>
border-color css
<style>
span { border-color: #F23CE9; }
span { border-color: rgb(242,60,233); }
td.TdClassName
{
border-color: #F23CE9;
}
.TagClassName
{
border-color: #F23CE9;
}
</style>