Shades of Shocking Pink #FE1FBF
Tints of Shocking Pink #FE1FBF
RGB
CMYK
RGB Variations
Color information
#FE1FBF (or 0xFE1FBF) is known color: Shocking Pink. HEX triplet: FE, 1F and BF. RGB value is (254,31,191). Sum of RGB (Red+Green+Blue) = 254+31+191=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1FBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1FBF is #01E040. Grayscale: #737373. Windows color (decimal): -122945 or 12525566. OLE color: 12525566.
HSL color Cylindrical-coordinate representation of color #FE1FBF: hue angle of 316.95º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1FBF is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 191 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.00 |
| HSL | 316.95º | 0.99% | 0.56% | - |
| HSV(B) | 316.95º | 0.88% | 1% | - |
| XYZ | 50.77 | 25.81 | 51.6 | - |
| YUV | 115.92 | 170.38 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 191 | 0 | 0.88 | 0.25 | 0.00 | 316.95 | 0.99 | 0.56 |
| Hex | FE | 1F | BF | 0 | 58 | 19 | 0 | 13D | 63 | 38 |
| Octal | 376 | 37 | 277 | 0 | 130 | 31 | 0 | 475 | 143 | 70 |
| Binary | 11111110 | 11111 | 10111111 | 0 | 1011000 | 11001 | 0 | 100111101 | 1100011 | 111000 |
Color Harmonies of #FE1FBF
Complementary color
Monochromatic Colors of #FE1FBF
Black with #FE1FBF
Text Example
Text Example
White with #FE1FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1FBF; }
p { color: rgb(254,31,191); }
H1.HeaderClassName
{
color: #FE1FBF;
}
.AnyTagClassName
{
color: #FE1FBF;
}
</style>
background-color css
<style>
a { background-color: #FE1FBF; }
a { background-color: rgb(254,31,191); }
div.DivClassName
{
background-color: #FE1FBF;
}
.BgClassName
{
background-color: #FE1FBF;
}
</style>
border-color css
<style>
span { border-color: #FE1FBF; }
span { border-color: rgb(254,31,191); }
td.TdClassName
{
border-color: #FE1FBF;
}
.TagClassName
{
border-color: #FE1FBF;
}
</style>