Shades of Razzle Dazzle Rose #F23DC2
Tints of Razzle Dazzle Rose #F23DC2
RGB
CMYK
RGB Variations
Color information
#F23DC2 (or 0xF23DC2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3D and C2. RGB value is (242,61,194). Sum of RGB (Red+Green+Blue) = 242+61+194=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DC2 is #0DC23D. Grayscale: #818181. Windows color (decimal): -901694 or 12729842. OLE color: 12729842.
HSL color Cylindrical-coordinate representation of color #F23DC2: hue angle of 315.91º 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 #F23DC2 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 194 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.05 |
| HSL | 315.91º | 0.87% | 0.59% | - |
| HSV(B) | 315.91º | 0.75% | 0.95% | - |
| XYZ | 48.02 | 26.11 | 53.55 | - |
| YUV | 130.28 | 163.97 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 194 | 0 | 0.75 | 0.20 | 0.05 | 315.91 | 0.87 | 0.59 |
| Hex | F2 | 3D | C2 | 0 | 4B | 14 | 5 | 13C | 57 | 3B |
| Octal | 362 | 75 | 302 | 0 | 113 | 24 | 5 | 474 | 127 | 73 |
| Binary | 11110010 | 111101 | 11000010 | 0 | 1001011 | 10100 | 101 | 100111100 | 1010111 | 111011 |
Color Harmonies of #F23DC2
Complementary color
Monochromatic Colors of #F23DC2
Black with #F23DC2
Text Example
Text Example
White with #F23DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DC2; }
p { color: rgb(242,61,194); }
H1.HeaderClassName
{
color: #F23DC2;
}
.AnyTagClassName
{
color: #F23DC2;
}
</style>
background-color css
<style>
a { background-color: #F23DC2; }
a { background-color: rgb(242,61,194); }
div.DivClassName
{
background-color: #F23DC2;
}
.BgClassName
{
background-color: #F23DC2;
}
</style>
border-color css
<style>
span { border-color: #F23DC2; }
span { border-color: rgb(242,61,194); }
td.TdClassName
{
border-color: #F23DC2;
}
.TagClassName
{
border-color: #F23DC2;
}
</style>