Shades of Razzle Dazzle Rose #F23CDA
Tints of Razzle Dazzle Rose #F23CDA
RGB
CMYK
RGB Variations
Color information
#F23CDA (or 0xF23CDA) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and DA. RGB value is (242,60,218). Sum of RGB (Red+Green+Blue) = 242+60+218=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CDA is #0DC325. Grayscale: #838383. Windows color (decimal): -901926 or 14302450. OLE color: 14302450.
HSL color Cylindrical-coordinate representation of color #F23CDA: hue angle of 307.91º 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 #F23CDA is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 218 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.05 |
| HSL | 307.91º | 0.88% | 0.59% | - |
| HSV(B) | 307.91º | 0.75% | 0.95% | - |
| XYZ | 50.89 | 27.17 | 68.89 | - |
| YUV | 132.43 | 176.3 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 218 | 0 | 0.75 | 0.10 | 0.05 | 307.91 | 0.88 | 0.59 |
| Hex | F2 | 3C | DA | 0 | 4B | A | 5 | 134 | 58 | 3B |
| Octal | 362 | 74 | 332 | 0 | 113 | 12 | 5 | 464 | 130 | 73 |
| Binary | 11110010 | 111100 | 11011010 | 0 | 1001011 | 1010 | 101 | 100110100 | 1011000 | 111011 |
Color Harmonies of #F23CDA
Complementary color
Monochromatic Colors of #F23CDA
Black with #F23CDA
Text Example
Text Example
White with #F23CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CDA; }
p { color: rgb(242,60,218); }
H1.HeaderClassName
{
color: #F23CDA;
}
.AnyTagClassName
{
color: #F23CDA;
}
</style>
background-color css
<style>
a { background-color: #F23CDA; }
a { background-color: rgb(242,60,218); }
div.DivClassName
{
background-color: #F23CDA;
}
.BgClassName
{
background-color: #F23CDA;
}
</style>
border-color css
<style>
span { border-color: #F23CDA; }
span { border-color: rgb(242,60,218); }
td.TdClassName
{
border-color: #F23CDA;
}
.TagClassName
{
border-color: #F23CDA;
}
</style>