Shades of Razzle Dazzle Rose #FC3ADB
Tints of Razzle Dazzle Rose #FC3ADB
RGB
CMYK
RGB Variations
Color information
#FC3ADB (or 0xFC3ADB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3A and DB. RGB value is (252,58,219). Sum of RGB (Red+Green+Blue) = 252+58+219=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 58 (23.05% from 255 or 10.96% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3ADB is #03C524. Grayscale: #858585. Windows color (decimal): -247077 or 14367484. OLE color: 14367484.
HSL color Cylindrical-coordinate representation of color #FC3ADB: hue angle of 310.21º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3ADB is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 219 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.01 |
| HSL | 310.21º | 0.97% | 0.61% | - |
| HSV(B) | 310.21º | 0.77% | 0.99% | - |
| XYZ | 54.44 | 28.84 | 69.71 | - |
| YUV | 134.36 | 175.77 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 219 | 0 | 0.77 | 0.13 | 0.01 | 310.21 | 0.97 | 0.61 |
| Hex | FC | 3A | DB | 0 | 4D | D | 1 | 136 | 61 | 3D |
| Octal | 374 | 72 | 333 | 0 | 115 | 15 | 1 | 466 | 141 | 75 |
| Binary | 11111100 | 111010 | 11011011 | 0 | 1001101 | 1101 | 1 | 100110110 | 1100001 | 111101 |
Color Harmonies of #FC3ADB
Complementary color
Monochromatic Colors of #FC3ADB
Black with #FC3ADB
Text Example
Text Example
White with #FC3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3ADB; }
p { color: rgb(252,58,219); }
H1.HeaderClassName
{
color: #FC3ADB;
}
.AnyTagClassName
{
color: #FC3ADB;
}
</style>
background-color css
<style>
a { background-color: #FC3ADB; }
a { background-color: rgb(252,58,219); }
div.DivClassName
{
background-color: #FC3ADB;
}
.BgClassName
{
background-color: #FC3ADB;
}
</style>
border-color css
<style>
span { border-color: #FC3ADB; }
span { border-color: rgb(252,58,219); }
td.TdClassName
{
border-color: #FC3ADB;
}
.TagClassName
{
border-color: #FC3ADB;
}
</style>