Shades of Razzle Dazzle Rose #FC43D2
Tints of Razzle Dazzle Rose #FC43D2
RGB
CMYK
RGB Variations
Color information
#FC43D2 (or 0xFC43D2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 43 and D2. RGB value is (252,67,210). Sum of RGB (Red+Green+Blue) = 252+67+210=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 67 (26.56% from 255 or 12.67% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC43D2 is #03BC2D. Grayscale: #8A8A8A. Windows color (decimal): -244782 or 13779964. OLE color: 13779964.
HSL color Cylindrical-coordinate representation of color #FC43D2: hue angle of 313.62º 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 #FC43D2 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 210 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.01 |
| HSL | 313.62º | 0.97% | 0.63% | - |
| HSV(B) | 313.62º | 0.73% | 0.99% | - |
| XYZ | 53.78 | 29.36 | 63.81 | - |
| YUV | 138.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 210 | 0 | 0.73 | 0.17 | 0.01 | 313.62 | 0.97 | 0.63 |
| Hex | FC | 43 | D2 | 0 | 49 | 11 | 1 | 13A | 61 | 3F |
| Octal | 374 | 103 | 322 | 0 | 111 | 21 | 1 | 472 | 141 | 77 |
| Binary | 11111100 | 1000011 | 11010010 | 0 | 1001001 | 10001 | 1 | 100111010 | 1100001 | 111111 |
Color Harmonies of #FC43D2
Complementary color
Monochromatic Colors of #FC43D2
Black with #FC43D2
Text Example
Text Example
White with #FC43D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43D2; }
p { color: rgb(252,67,210); }
H1.HeaderClassName
{
color: #FC43D2;
}
.AnyTagClassName
{
color: #FC43D2;
}
</style>
background-color css
<style>
a { background-color: #FC43D2; }
a { background-color: rgb(252,67,210); }
div.DivClassName
{
background-color: #FC43D2;
}
.BgClassName
{
background-color: #FC43D2;
}
</style>
border-color css
<style>
span { border-color: #FC43D2; }
span { border-color: rgb(252,67,210); }
td.TdClassName
{
border-color: #FC43D2;
}
.TagClassName
{
border-color: #FC43D2;
}
</style>