Shades of Razzle Dazzle Rose #FC42BA
Tints of Razzle Dazzle Rose #FC42BA
RGB
CMYK
RGB Variations
Color information
#FC42BA (or 0xFC42BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and BA. RGB value is (252,66,186). Sum of RGB (Red+Green+Blue) = 252+66+186=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 66 (26.17% from 255 or 13.10% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC42BA is #03BD45. Grayscale: #878787. Windows color (decimal): -245062 or 12206844. OLE color: 12206844.
HSL color Cylindrical-coordinate representation of color #FC42BA: hue angle of 321.29º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42BA is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 186 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.01 |
| HSL | 321.29º | 0.97% | 0.62% | - |
| HSV(B) | 321.29º | 0.74% | 0.99% | - |
| XYZ | 50.96 | 28.14 | 49.2 | - |
| YUV | 135.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 186 | 0 | 0.74 | 0.26 | 0.01 | 321.29 | 0.97 | 0.62 |
| Hex | FC | 42 | BA | 0 | 4A | 1A | 1 | 141 | 61 | 3E |
| Octal | 374 | 102 | 272 | 0 | 112 | 32 | 1 | 501 | 141 | 76 |
| Binary | 11111100 | 1000010 | 10111010 | 0 | 1001010 | 11010 | 1 | 101000001 | 1100001 | 111110 |
Color Harmonies of #FC42BA
Complementary color
Monochromatic Colors of #FC42BA
Black with #FC42BA
Text Example
Text Example
White with #FC42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42BA; }
p { color: rgb(252,66,186); }
H1.HeaderClassName
{
color: #FC42BA;
}
.AnyTagClassName
{
color: #FC42BA;
}
</style>
background-color css
<style>
a { background-color: #FC42BA; }
a { background-color: rgb(252,66,186); }
div.DivClassName
{
background-color: #FC42BA;
}
.BgClassName
{
background-color: #FC42BA;
}
</style>
border-color css
<style>
span { border-color: #FC42BA; }
span { border-color: rgb(252,66,186); }
td.TdClassName
{
border-color: #FC42BA;
}
.TagClassName
{
border-color: #FC42BA;
}
</style>