Shades of Shocking Pink #FA0DBE
Tints of Shocking Pink #FA0DBE
RGB
CMYK
RGB Variations
Color information
#FA0DBE (or 0xFA0DBE) is known color: Shocking Pink. HEX triplet: FA, 0D and BE. RGB value is (250,13,190). Sum of RGB (Red+Green+Blue) = 250+13+190=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DBE is #05F241. Grayscale: #676767. Windows color (decimal): -389698 or 12455418. OLE color: 12455418.
HSL color Cylindrical-coordinate representation of color #FA0DBE: hue angle of 315.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DBE is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 190 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.02 |
| HSL | 315.19º | 0.96% | 0.52% | - |
| HSV(B) | 315.19º | 0.95% | 0.98% | - |
| XYZ | 48.86 | 24.33 | 50.84 | - |
| YUV | 104.04 | 176.52 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 190 | 0 | 0.95 | 0.24 | 0.02 | 315.19 | 0.96 | 0.52 |
| Hex | FA | D | BE | 0 | 5F | 18 | 2 | 13B | 60 | 34 |
| Octal | 372 | 15 | 276 | 0 | 137 | 30 | 2 | 473 | 140 | 64 |
| Binary | 11111010 | 1101 | 10111110 | 0 | 1011111 | 11000 | 10 | 100111011 | 1100000 | 110100 |
Color Harmonies of #FA0DBE
Complementary color
Monochromatic Colors of #FA0DBE
Black with #FA0DBE
Text Example
Text Example
White with #FA0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DBE; }
p { color: rgb(250,13,190); }
H1.HeaderClassName
{
color: #FA0DBE;
}
.AnyTagClassName
{
color: #FA0DBE;
}
</style>
background-color css
<style>
a { background-color: #FA0DBE; }
a { background-color: rgb(250,13,190); }
div.DivClassName
{
background-color: #FA0DBE;
}
.BgClassName
{
background-color: #FA0DBE;
}
</style>
border-color css
<style>
span { border-color: #FA0DBE; }
span { border-color: rgb(250,13,190); }
td.TdClassName
{
border-color: #FA0DBE;
}
.TagClassName
{
border-color: #FA0DBE;
}
</style>