Shades of Razzle Dazzle Rose #FC43D8
Tints of Razzle Dazzle Rose #FC43D8
RGB
CMYK
RGB Variations
Color information
#FC43D8 (or 0xFC43D8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 43 and D8. RGB value is (252,67,216). Sum of RGB (Red+Green+Blue) = 252+67+216=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 67 (26.56% from 255 or 12.52% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC43D8 is #03BC27. Grayscale: #8A8A8A. Windows color (decimal): -244776 or 14173180. OLE color: 14173180.
HSL color Cylindrical-coordinate representation of color #FC43D8: hue angle of 311.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC43D8 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 216 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.01 |
| HSL | 311.68º | 0.97% | 0.63% | - |
| HSV(B) | 311.68º | 0.73% | 0.99% | - |
| XYZ | 54.55 | 29.67 | 67.82 | - |
| YUV | 139.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 216 | 0 | 0.73 | 0.14 | 0.01 | 311.68 | 0.97 | 0.63 |
| Hex | FC | 43 | D8 | 0 | 49 | E | 1 | 138 | 61 | 3F |
| Octal | 374 | 103 | 330 | 0 | 111 | 16 | 1 | 470 | 141 | 77 |
| Binary | 11111100 | 1000011 | 11011000 | 0 | 1001001 | 1110 | 1 | 100111000 | 1100001 | 111111 |
Color Harmonies of #FC43D8
Complementary color
Monochromatic Colors of #FC43D8
Black with #FC43D8
Text Example
Text Example
White with #FC43D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43D8; }
p { color: rgb(252,67,216); }
H1.HeaderClassName
{
color: #FC43D8;
}
.AnyTagClassName
{
color: #FC43D8;
}
</style>
background-color css
<style>
a { background-color: #FC43D8; }
a { background-color: rgb(252,67,216); }
div.DivClassName
{
background-color: #FC43D8;
}
.BgClassName
{
background-color: #FC43D8;
}
</style>
border-color css
<style>
span { border-color: #FC43D8; }
span { border-color: rgb(252,67,216); }
td.TdClassName
{
border-color: #FC43D8;
}
.TagClassName
{
border-color: #FC43D8;
}
</style>