Shades of Razzle Dazzle Rose #F23CCC
Tints of Razzle Dazzle Rose #F23CCC
RGB
CMYK
RGB Variations
Color information
#F23CCC (or 0xF23CCC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and CC. RGB value is (242,60,204). Sum of RGB (Red+Green+Blue) = 242+60+204=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 60 (23.83% from 255 or 11.86% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23CCC is #0DC333. Grayscale: #828282. Windows color (decimal): -901940 or 13384946. OLE color: 13384946.
HSL color Cylindrical-coordinate representation of color #F23CCC: hue angle of 312.53º 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 #F23CCC is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 204 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.05 |
| HSL | 312.53º | 0.88% | 0.59% | - |
| HSV(B) | 312.53º | 0.75% | 0.95% | - |
| XYZ | 49.13 | 26.47 | 59.65 | - |
| YUV | 130.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 204 | 0 | 0.75 | 0.16 | 0.05 | 312.53 | 0.88 | 0.59 |
| Hex | F2 | 3C | CC | 0 | 4B | 10 | 5 | 139 | 58 | 3B |
| Octal | 362 | 74 | 314 | 0 | 113 | 20 | 5 | 471 | 130 | 73 |
| Binary | 11110010 | 111100 | 11001100 | 0 | 1001011 | 10000 | 101 | 100111001 | 1011000 | 111011 |
Color Harmonies of #F23CCC
Complementary color
Monochromatic Colors of #F23CCC
Black with #F23CCC
Text Example
Text Example
White with #F23CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CCC; }
p { color: rgb(242,60,204); }
H1.HeaderClassName
{
color: #F23CCC;
}
.AnyTagClassName
{
color: #F23CCC;
}
</style>
background-color css
<style>
a { background-color: #F23CCC; }
a { background-color: rgb(242,60,204); }
div.DivClassName
{
background-color: #F23CCC;
}
.BgClassName
{
background-color: #F23CCC;
}
</style>
border-color css
<style>
span { border-color: #F23CCC; }
span { border-color: rgb(242,60,204); }
td.TdClassName
{
border-color: #F23CCC;
}
.TagClassName
{
border-color: #F23CCC;
}
</style>