Shades of Shocking Pink #FD1FBE
Tints of Shocking Pink #FD1FBE
RGB
CMYK
RGB Variations
Color information
#FD1FBE (or 0xFD1FBE) is known color: Shocking Pink. HEX triplet: FD, 1F and BE. RGB value is (253,31,190). Sum of RGB (Red+Green+Blue) = 253+31+190=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1FBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1FBE is #02E041. Grayscale: #737373. Windows color (decimal): -188482 or 12460029. OLE color: 12460029.
HSL color Cylindrical-coordinate representation of color #FD1FBE: hue angle of 317.03º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1FBE is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 31 | 190 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.01 |
| HSL | 317.03º | 0.98% | 0.56% | - |
| HSV(B) | 317.03º | 0.88% | 0.99% | - |
| XYZ | 50.29 | 25.58 | 51 | - |
| YUV | 115.5 | 170.05 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 31 | 190 | 0 | 0.88 | 0.25 | 0.01 | 317.03 | 0.98 | 0.56 |
| Hex | FD | 1F | BE | 0 | 58 | 19 | 1 | 13D | 62 | 38 |
| Octal | 375 | 37 | 276 | 0 | 130 | 31 | 1 | 475 | 142 | 70 |
| Binary | 11111101 | 11111 | 10111110 | 0 | 1011000 | 11001 | 1 | 100111101 | 1100010 | 111000 |
Color Harmonies of #FD1FBE
Complementary color
Monochromatic Colors of #FD1FBE
Black with #FD1FBE
Text Example
Text Example
White with #FD1FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1FBE; }
p { color: rgb(253,31,190); }
H1.HeaderClassName
{
color: #FD1FBE;
}
.AnyTagClassName
{
color: #FD1FBE;
}
</style>
background-color css
<style>
a { background-color: #FD1FBE; }
a { background-color: rgb(253,31,190); }
div.DivClassName
{
background-color: #FD1FBE;
}
.BgClassName
{
background-color: #FD1FBE;
}
</style>
border-color css
<style>
span { border-color: #FD1FBE; }
span { border-color: rgb(253,31,190); }
td.TdClassName
{
border-color: #FD1FBE;
}
.TagClassName
{
border-color: #FD1FBE;
}
</style>