Shades of Razzle Dazzle Rose #FC23D3
Tints of Razzle Dazzle Rose #FC23D3
RGB
CMYK
RGB Variations
Color information
#FC23D3 (or 0xFC23D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 23 and D3. RGB value is (252,35,211). Sum of RGB (Red+Green+Blue) = 252+35+211=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 211 (82.81% from 255 or 42.37% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC23D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC23D3 is #03DC2C. Grayscale: #777777. Windows color (decimal): -252973 or 13837308. OLE color: 13837308.
HSL color Cylindrical-coordinate representation of color #FC23D3: hue angle of 311.34º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC23D3 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 35 | 211 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.01 |
| HSL | 311.34º | 0.97% | 0.56% | - |
| HSV(B) | 311.34º | 0.86% | 0.99% | - |
| XYZ | 52.5 | 26.6 | 64 | - |
| YUV | 119.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 35 | 211 | 0 | 0.86 | 0.16 | 0.01 | 311.34 | 0.97 | 0.56 |
| Hex | FC | 23 | D3 | 0 | 56 | 10 | 1 | 137 | 61 | 38 |
| Octal | 374 | 43 | 323 | 0 | 126 | 20 | 1 | 467 | 141 | 70 |
| Binary | 11111100 | 100011 | 11010011 | 0 | 1010110 | 10000 | 1 | 100110111 | 1100001 | 111000 |
Color Harmonies of #FC23D3
Complementary color
Monochromatic Colors of #FC23D3
Black with #FC23D3
Text Example
Text Example
White with #FC23D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC23D3; }
p { color: rgb(252,35,211); }
H1.HeaderClassName
{
color: #FC23D3;
}
.AnyTagClassName
{
color: #FC23D3;
}
</style>
background-color css
<style>
a { background-color: #FC23D3; }
a { background-color: rgb(252,35,211); }
div.DivClassName
{
background-color: #FC23D3;
}
.BgClassName
{
background-color: #FC23D3;
}
</style>
border-color css
<style>
span { border-color: #FC23D3; }
span { border-color: rgb(252,35,211); }
td.TdClassName
{
border-color: #FC23D3;
}
.TagClassName
{
border-color: #FC23D3;
}
</style>