Shades of Shocking Pink #FA07BD
Tints of Shocking Pink #FA07BD
RGB
CMYK
RGB Variations
Color information
#FA07BD (or 0xFA07BD) is known color: Shocking Pink. HEX triplet: FA, 07 and BD. RGB value is (250,7,189). Sum of RGB (Red+Green+Blue) = 250+7+189=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA07BD is #05F842. Grayscale: #636363. Windows color (decimal): -391235 or 12388346. OLE color: 12388346.
HSL color Cylindrical-coordinate representation of color #FA07BD: hue angle of 315.06º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA07BD is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.02 |
| HSL | 315.06º | 0.96% | 0.5% | - |
| HSV(B) | 315.06º | 0.97% | 0.98% | - |
| XYZ | 48.69 | 24.15 | 50.24 | - |
| YUV | 100.41 | 178.01 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 189 | 0 | 0.97 | 0.24 | 0.02 | 315.06 | 0.96 | 0.5 |
| Hex | FA | 7 | BD | 0 | 61 | 18 | 2 | 13B | 60 | 32 |
| Octal | 372 | 7 | 275 | 0 | 141 | 30 | 2 | 473 | 140 | 62 |
| Binary | 11111010 | 111 | 10111101 | 0 | 1100001 | 11000 | 10 | 100111011 | 1100000 | 110010 |
Color Harmonies of #FA07BD
Complementary color
Monochromatic Colors of #FA07BD
Black with #FA07BD
Text Example
Text Example
White with #FA07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA07BD; }
p { color: rgb(250,7,189); }
H1.HeaderClassName
{
color: #FA07BD;
}
.AnyTagClassName
{
color: #FA07BD;
}
</style>
background-color css
<style>
a { background-color: #FA07BD; }
a { background-color: rgb(250,7,189); }
div.DivClassName
{
background-color: #FA07BD;
}
.BgClassName
{
background-color: #FA07BD;
}
</style>
border-color css
<style>
span { border-color: #FA07BD; }
span { border-color: rgb(250,7,189); }
td.TdClassName
{
border-color: #FA07BD;
}
.TagClassName
{
border-color: #FA07BD;
}
</style>