Shades of Razzle Dazzle Rose #F23DC0
Tints of Razzle Dazzle Rose #F23DC0
RGB
CMYK
RGB Variations
Color information
#F23DC0 (or 0xF23DC0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3D and C0. RGB value is (242,61,192). Sum of RGB (Red+Green+Blue) = 242+61+192=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DC0 is #0DC23F. Grayscale: #818181. Windows color (decimal): -901696 or 12598770. OLE color: 12598770.
HSL color Cylindrical-coordinate representation of color #F23DC0: hue angle of 316.57º degrees, saturation: 0.87, 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 #F23DC0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 192 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.05 |
| HSL | 316.57º | 0.87% | 0.59% | - |
| HSV(B) | 316.57º | 0.75% | 0.95% | - |
| XYZ | 47.8 | 26.02 | 52.37 | - |
| YUV | 130.05 | 162.97 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 192 | 0 | 0.75 | 0.21 | 0.05 | 316.57 | 0.87 | 0.59 |
| Hex | F2 | 3D | C0 | 0 | 4B | 15 | 5 | 13D | 57 | 3B |
| Octal | 362 | 75 | 300 | 0 | 113 | 25 | 5 | 475 | 127 | 73 |
| Binary | 11110010 | 111101 | 11000000 | 0 | 1001011 | 10101 | 101 | 100111101 | 1010111 | 111011 |
Color Harmonies of #F23DC0
Complementary color
Monochromatic Colors of #F23DC0
Black with #F23DC0
Text Example
Text Example
White with #F23DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DC0; }
p { color: rgb(242,61,192); }
H1.HeaderClassName
{
color: #F23DC0;
}
.AnyTagClassName
{
color: #F23DC0;
}
</style>
background-color css
<style>
a { background-color: #F23DC0; }
a { background-color: rgb(242,61,192); }
div.DivClassName
{
background-color: #F23DC0;
}
.BgClassName
{
background-color: #F23DC0;
}
</style>
border-color css
<style>
span { border-color: #F23DC0; }
span { border-color: rgb(242,61,192); }
td.TdClassName
{
border-color: #F23DC0;
}
.TagClassName
{
border-color: #F23DC0;
}
</style>