Shades of Razzle Dazzle Rose #F23CE4
Tints of Razzle Dazzle Rose #F23CE4
RGB
CMYK
RGB Variations
Color information
#F23CE4 (or 0xF23CE4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and E4. RGB value is (242,60,228). Sum of RGB (Red+Green+Blue) = 242+60+228=530 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.66% from 530); Green value is 60 (23.83% from 255 or 11.32% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CE4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CE4 is #0DC31B. Grayscale: #858585. Windows color (decimal): -901916 or 14957810. OLE color: 14957810.
HSL color Cylindrical-coordinate representation of color #F23CE4: hue angle of 304.62º 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 #F23CE4 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 228 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.05 |
| HSL | 304.62º | 0.88% | 0.59% | - |
| HSV(B) | 304.62º | 0.75% | 0.95% | - |
| XYZ | 52.24 | 27.71 | 75.99 | - |
| YUV | 133.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 228 | 0 | 0.75 | 0.06 | 0.05 | 304.62 | 0.88 | 0.59 |
| Hex | F2 | 3C | E4 | 0 | 4B | 6 | 5 | 131 | 58 | 3B |
| Octal | 362 | 74 | 344 | 0 | 113 | 6 | 5 | 461 | 130 | 73 |
| Binary | 11110010 | 111100 | 11100100 | 0 | 1001011 | 110 | 101 | 100110001 | 1011000 | 111011 |
Color Harmonies of #F23CE4
Complementary color
Monochromatic Colors of #F23CE4
Black with #F23CE4
Text Example
Text Example
White with #F23CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CE4; }
p { color: rgb(242,60,228); }
H1.HeaderClassName
{
color: #F23CE4;
}
.AnyTagClassName
{
color: #F23CE4;
}
</style>
background-color css
<style>
a { background-color: #F23CE4; }
a { background-color: rgb(242,60,228); }
div.DivClassName
{
background-color: #F23CE4;
}
.BgClassName
{
background-color: #F23CE4;
}
</style>
border-color css
<style>
span { border-color: #F23CE4; }
span { border-color: rgb(242,60,228); }
td.TdClassName
{
border-color: #F23CE4;
}
.TagClassName
{
border-color: #F23CE4;
}
</style>