Shades of Shocking Pink #FA0CCB
Tints of Shocking Pink #FA0CCB
RGB
CMYK
RGB Variations
Color information
#FA0CCB (or 0xFA0CCB) is known color: Shocking Pink. HEX triplet: FA, 0C and CB. RGB value is (250,12,203). Sum of RGB (Red+Green+Blue) = 250+12+203=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 12 (5.08% from 255 or 2.58% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CCB is #05F334. Grayscale: #686868. Windows color (decimal): -389941 or 13307130. OLE color: 13307130.
HSL color Cylindrical-coordinate representation of color #FA0CCB: hue angle of 311.85º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CCB is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 203 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.02 |
| HSL | 311.85º | 0.96% | 0.51% | - |
| HSV(B) | 311.85º | 0.95% | 0.98% | - |
| XYZ | 50.34 | 24.9 | 58.65 | - |
| YUV | 104.94 | 183.35 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 203 | 0 | 0.95 | 0.19 | 0.02 | 311.85 | 0.96 | 0.51 |
| Hex | FA | C | CB | 0 | 5F | 13 | 2 | 138 | 60 | 33 |
| Octal | 372 | 14 | 313 | 0 | 137 | 23 | 2 | 470 | 140 | 63 |
| Binary | 11111010 | 1100 | 11001011 | 0 | 1011111 | 10011 | 10 | 100111000 | 1100000 | 110011 |
Color Harmonies of #FA0CCB
Complementary color
Monochromatic Colors of #FA0CCB
Black with #FA0CCB
Text Example
Text Example
White with #FA0CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CCB; }
p { color: rgb(250,12,203); }
H1.HeaderClassName
{
color: #FA0CCB;
}
.AnyTagClassName
{
color: #FA0CCB;
}
</style>
background-color css
<style>
a { background-color: #FA0CCB; }
a { background-color: rgb(250,12,203); }
div.DivClassName
{
background-color: #FA0CCB;
}
.BgClassName
{
background-color: #FA0CCB;
}
</style>
border-color css
<style>
span { border-color: #FA0CCB; }
span { border-color: rgb(250,12,203); }
td.TdClassName
{
border-color: #FA0CCB;
}
.TagClassName
{
border-color: #FA0CCB;
}
</style>