Shades of Shocking Pink #FA10CF
Tints of Shocking Pink #FA10CF
RGB
CMYK
RGB Variations
Color information
#FA10CF (or 0xFA10CF) is known color: Shocking Pink. HEX triplet: FA, 10 and CF. RGB value is (250,16,207). Sum of RGB (Red+Green+Blue) = 250+16+207=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10CF is #05EF30. Grayscale: #6B6B6B. Windows color (decimal): -388913 or 13570298. OLE color: 13570298.
HSL color Cylindrical-coordinate representation of color #FA10CF: hue angle of 311.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA10CF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 207 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.02 |
| HSL | 311.03º | 0.96% | 0.52% | - |
| HSV(B) | 311.03º | 0.94% | 0.98% | - |
| XYZ | 50.87 | 25.2 | 61.21 | - |
| YUV | 107.74 | 184.02 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 207 | 0 | 0.94 | 0.17 | 0.02 | 311.03 | 0.96 | 0.52 |
| Hex | FA | 10 | CF | 0 | 5E | 11 | 2 | 137 | 60 | 34 |
| Octal | 372 | 20 | 317 | 0 | 136 | 21 | 2 | 467 | 140 | 64 |
| Binary | 11111010 | 10000 | 11001111 | 0 | 1011110 | 10001 | 10 | 100110111 | 1100000 | 110100 |
Color Harmonies of #FA10CF
Complementary color
Monochromatic Colors of #FA10CF
Black with #FA10CF
Text Example
Text Example
White with #FA10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10CF; }
p { color: rgb(250,16,207); }
H1.HeaderClassName
{
color: #FA10CF;
}
.AnyTagClassName
{
color: #FA10CF;
}
</style>
background-color css
<style>
a { background-color: #FA10CF; }
a { background-color: rgb(250,16,207); }
div.DivClassName
{
background-color: #FA10CF;
}
.BgClassName
{
background-color: #FA10CF;
}
</style>
border-color css
<style>
span { border-color: #FA10CF; }
span { border-color: rgb(250,16,207); }
td.TdClassName
{
border-color: #FA10CF;
}
.TagClassName
{
border-color: #FA10CF;
}
</style>