Shades of Razzle Dazzle Rose #F23ACE
Tints of Razzle Dazzle Rose #F23ACE
RGB
CMYK
RGB Variations
Color information
#F23ACE (or 0xF23ACE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and CE. RGB value is (242,58,206). Sum of RGB (Red+Green+Blue) = 242+58+206=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F23ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23ACE is #0DC531. Grayscale: #818181. Windows color (decimal): -902450 or 13515506. OLE color: 13515506.
HSL color Cylindrical-coordinate representation of color #F23ACE: hue angle of 311.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23ACE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 206 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.05 |
| HSL | 311.74º | 0.88% | 0.59% | - |
| HSV(B) | 311.74º | 0.76% | 0.95% | - |
| XYZ | 49.27 | 26.36 | 60.88 | - |
| YUV | 129.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 206 | 0 | 0.76 | 0.15 | 0.05 | 311.74 | 0.88 | 0.59 |
| Hex | F2 | 3A | CE | 0 | 4C | F | 5 | 138 | 58 | 3B |
| Octal | 362 | 72 | 316 | 0 | 114 | 17 | 5 | 470 | 130 | 73 |
| Binary | 11110010 | 111010 | 11001110 | 0 | 1001100 | 1111 | 101 | 100111000 | 1011000 | 111011 |
Color Harmonies of #F23ACE
Complementary color
Monochromatic Colors of #F23ACE
Black with #F23ACE
Text Example
Text Example
White with #F23ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23ACE; }
p { color: rgb(242,58,206); }
H1.HeaderClassName
{
color: #F23ACE;
}
.AnyTagClassName
{
color: #F23ACE;
}
</style>
background-color css
<style>
a { background-color: #F23ACE; }
a { background-color: rgb(242,58,206); }
div.DivClassName
{
background-color: #F23ACE;
}
.BgClassName
{
background-color: #F23ACE;
}
</style>
border-color css
<style>
span { border-color: #F23ACE; }
span { border-color: rgb(242,58,206); }
td.TdClassName
{
border-color: #F23ACE;
}
.TagClassName
{
border-color: #F23ACE;
}
</style>