Shades of Razzle Dazzle Rose #F23EDA
Tints of Razzle Dazzle Rose #F23EDA
RGB
CMYK
RGB Variations
Color information
#F23EDA (or 0xF23EDA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3E and DA. RGB value is (242,62,218). Sum of RGB (Red+Green+Blue) = 242+62+218=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 62 (24.61% from 255 or 11.88% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F23EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23EDA is #0DC125. Grayscale: #858585. Windows color (decimal): -901414 or 14302962. OLE color: 14302962.
HSL color Cylindrical-coordinate representation of color #F23EDA: hue angle of 308º 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 #F23EDA is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 62 | 218 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.05 |
| HSL | 308º | 0.87% | 0.6% | - |
| HSV(B) | 308º | 0.74% | 0.95% | - |
| XYZ | 51 | 27.38 | 68.93 | - |
| YUV | 133.6 | 175.63 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 62 | 218 | 0 | 0.74 | 0.10 | 0.05 | 308 | 0.87 | 0.6 |
| Hex | F2 | 3E | DA | 0 | 4A | A | 5 | 134 | 57 | 3C |
| Octal | 362 | 76 | 332 | 0 | 112 | 12 | 5 | 464 | 127 | 74 |
| Binary | 11110010 | 111110 | 11011010 | 0 | 1001010 | 1010 | 101 | 100110100 | 1010111 | 111100 |
Color Harmonies of #F23EDA
Complementary color
Monochromatic Colors of #F23EDA
Black with #F23EDA
Text Example
Text Example
White with #F23EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23EDA; }
p { color: rgb(242,62,218); }
H1.HeaderClassName
{
color: #F23EDA;
}
.AnyTagClassName
{
color: #F23EDA;
}
</style>
background-color css
<style>
a { background-color: #F23EDA; }
a { background-color: rgb(242,62,218); }
div.DivClassName
{
background-color: #F23EDA;
}
.BgClassName
{
background-color: #F23EDA;
}
</style>
border-color css
<style>
span { border-color: #F23EDA; }
span { border-color: rgb(242,62,218); }
td.TdClassName
{
border-color: #F23EDA;
}
.TagClassName
{
border-color: #F23EDA;
}
</style>