Shades of Razzle Dazzle Rose #F23EC4
Tints of Razzle Dazzle Rose #F23EC4
RGB
CMYK
RGB Variations
Color information
#F23EC4 (or 0xF23EC4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3E and C4. RGB value is (242,62,196). Sum of RGB (Red+Green+Blue) = 242+62+196=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 62 (24.61% from 255 or 12.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23EC4 is #0DC13B. Grayscale: #828282. Windows color (decimal): -901436 or 12861170. OLE color: 12861170.
HSL color Cylindrical-coordinate representation of color #F23EC4: hue angle of 315.33º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F23EC4 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 196 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.05 |
| HSL | 315.33º | 0.87% | 0.6% | - |
| HSV(B) | 315.33º | 0.74% | 0.95% | - |
| XYZ | 48.3 | 26.31 | 54.76 | - |
| YUV | 131.1 | 164.63 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 196 | 0 | 0.74 | 0.19 | 0.05 | 315.33 | 0.87 | 0.6 |
| Hex | F2 | 3E | C4 | 0 | 4A | 13 | 5 | 13B | 57 | 3C |
| Octal | 362 | 76 | 304 | 0 | 112 | 23 | 5 | 473 | 127 | 74 |
| Binary | 11110010 | 111110 | 11000100 | 0 | 1001010 | 10011 | 101 | 100111011 | 1010111 | 111100 |
Color Harmonies of #F23EC4
Complementary color
Monochromatic Colors of #F23EC4
Black with #F23EC4
Text Example
Text Example
White with #F23EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23EC4; }
p { color: rgb(242,62,196); }
H1.HeaderClassName
{
color: #F23EC4;
}
.AnyTagClassName
{
color: #F23EC4;
}
</style>
background-color css
<style>
a { background-color: #F23EC4; }
a { background-color: rgb(242,62,196); }
div.DivClassName
{
background-color: #F23EC4;
}
.BgClassName
{
background-color: #F23EC4;
}
</style>
border-color css
<style>
span { border-color: #F23EC4; }
span { border-color: rgb(242,62,196); }
td.TdClassName
{
border-color: #F23EC4;
}
.TagClassName
{
border-color: #F23EC4;
}
</style>