Shades of Shocking Pink #FE07BF
Tints of Shocking Pink #FE07BF
RGB
CMYK
RGB Variations
Color information
#FE07BF (or 0xFE07BF) is known color: Shocking Pink. HEX triplet: FE, 07 and BF. RGB value is (254,7,191). Sum of RGB (Red+Green+Blue) = 254+7+191=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07BF is #01F840. Grayscale: #656565. Windows color (decimal): -129089 or 12519422. OLE color: 12519422.
HSL color Cylindrical-coordinate representation of color #FE07BF: hue angle of 315.3º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07BF is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.00 |
| HSL | 315.3º | 0.99% | 0.51% | - |
| HSV(B) | 315.3º | 0.97% | 1% | - |
| XYZ | 50.35 | 24.98 | 51.46 | - |
| YUV | 101.83 | 178.33 | 236.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 191 | 0 | 0.97 | 0.25 | 0.00 | 315.3 | 0.99 | 0.51 |
| Hex | FE | 7 | BF | 0 | 61 | 19 | 0 | 13B | 63 | 33 |
| Octal | 376 | 7 | 277 | 0 | 141 | 31 | 0 | 473 | 143 | 63 |
| Binary | 11111110 | 111 | 10111111 | 0 | 1100001 | 11001 | 0 | 100111011 | 1100011 | 110011 |
Color Harmonies of #FE07BF
Complementary color
Monochromatic Colors of #FE07BF
Black with #FE07BF
Text Example
Text Example
White with #FE07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07BF; }
p { color: rgb(254,7,191); }
H1.HeaderClassName
{
color: #FE07BF;
}
.AnyTagClassName
{
color: #FE07BF;
}
</style>
background-color css
<style>
a { background-color: #FE07BF; }
a { background-color: rgb(254,7,191); }
div.DivClassName
{
background-color: #FE07BF;
}
.BgClassName
{
background-color: #FE07BF;
}
</style>
border-color css
<style>
span { border-color: #FE07BF; }
span { border-color: rgb(254,7,191); }
td.TdClassName
{
border-color: #FE07BF;
}
.TagClassName
{
border-color: #FE07BF;
}
</style>