Shades of Razzle Dazzle Rose #F23CC2
Tints of Razzle Dazzle Rose #F23CC2
RGB
CMYK
RGB Variations
Color information
#F23CC2 (or 0xF23CC2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and C2. RGB value is (242,60,194). Sum of RGB (Red+Green+Blue) = 242+60+194=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 60 (23.83% from 255 or 12.10% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CC2 is #0DC33D. Grayscale: #818181. Windows color (decimal): -901950 or 12729586. OLE color: 12729586.
HSL color Cylindrical-coordinate representation of color #F23CC2: hue angle of 315.82º 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 #F23CC2 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 194 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.05 |
| HSL | 315.82º | 0.88% | 0.59% | - |
| HSV(B) | 315.82º | 0.75% | 0.95% | - |
| XYZ | 47.97 | 26 | 53.53 | - |
| YUV | 129.69 | 164.3 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 194 | 0 | 0.75 | 0.20 | 0.05 | 315.82 | 0.88 | 0.59 |
| Hex | F2 | 3C | C2 | 0 | 4B | 14 | 5 | 13C | 58 | 3B |
| Octal | 362 | 74 | 302 | 0 | 113 | 24 | 5 | 474 | 130 | 73 |
| Binary | 11110010 | 111100 | 11000010 | 0 | 1001011 | 10100 | 101 | 100111100 | 1011000 | 111011 |
Color Harmonies of #F23CC2
Complementary color
Monochromatic Colors of #F23CC2
Black with #F23CC2
Text Example
Text Example
White with #F23CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CC2; }
p { color: rgb(242,60,194); }
H1.HeaderClassName
{
color: #F23CC2;
}
.AnyTagClassName
{
color: #F23CC2;
}
</style>
background-color css
<style>
a { background-color: #F23CC2; }
a { background-color: rgb(242,60,194); }
div.DivClassName
{
background-color: #F23CC2;
}
.BgClassName
{
background-color: #F23CC2;
}
</style>
border-color css
<style>
span { border-color: #F23CC2; }
span { border-color: rgb(242,60,194); }
td.TdClassName
{
border-color: #F23CC2;
}
.TagClassName
{
border-color: #F23CC2;
}
</style>