Shades of Shocking Pink #FC03B3
Tints of Shocking Pink #FC03B3
RGB
CMYK
RGB Variations
Color information
#FC03B3 (or 0xFC03B3) is known color: Shocking Pink. HEX triplet: FC, 03 and B3. RGB value is (252,3,179). Sum of RGB (Red+Green+Blue) = 252+3+179=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC03B3 is #03FC4C. Grayscale: #616161. Windows color (decimal): -261197 or 11731964. OLE color: 11731964.
HSL color Cylindrical-coordinate representation of color #FC03B3: hue angle of 317.59º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03B3 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 179 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.01 |
| HSL | 317.59º | 0.98% | 0.5% | - |
| HSV(B) | 317.59º | 0.99% | 0.99% | - |
| XYZ | 48.31 | 24.02 | 44.74 | - |
| YUV | 97.52 | 173.99 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 179 | 0 | 0.99 | 0.29 | 0.01 | 317.59 | 0.98 | 0.5 |
| Hex | FC | 3 | B3 | 0 | 63 | 1D | 1 | 13E | 62 | 32 |
| Octal | 374 | 3 | 263 | 0 | 143 | 35 | 1 | 476 | 142 | 62 |
| Binary | 11111100 | 11 | 10110011 | 0 | 1100011 | 11101 | 1 | 100111110 | 1100010 | 110010 |
Color Harmonies of #FC03B3
Complementary color
Monochromatic Colors of #FC03B3
Black with #FC03B3
Text Example
Text Example
White with #FC03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03B3; }
p { color: rgb(252,3,179); }
H1.HeaderClassName
{
color: #FC03B3;
}
.AnyTagClassName
{
color: #FC03B3;
}
</style>
background-color css
<style>
a { background-color: #FC03B3; }
a { background-color: rgb(252,3,179); }
div.DivClassName
{
background-color: #FC03B3;
}
.BgClassName
{
background-color: #FC03B3;
}
</style>
border-color css
<style>
span { border-color: #FC03B3; }
span { border-color: rgb(252,3,179); }
td.TdClassName
{
border-color: #FC03B3;
}
.TagClassName
{
border-color: #FC03B3;
}
</style>