Shades of Shocking Pink #FE07BB
Tints of Shocking Pink #FE07BB
RGB
CMYK
RGB Variations
Color information
#FE07BB (or 0xFE07BB) is known color: Shocking Pink. HEX triplet: FE, 07 and BB. RGB value is (254,7,187). Sum of RGB (Red+Green+Blue) = 254+7+187=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 7 (3.12% from 255 or 1.56% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE07BB is #01F844. Grayscale: #646464. Windows color (decimal): -129093 or 12257278. OLE color: 12257278.
HSL color Cylindrical-coordinate representation of color #FE07BB: hue angle of 316.28º 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 #FE07BB is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.00 |
| HSL | 316.28º | 0.99% | 0.51% | - |
| HSV(B) | 316.28º | 0.97% | 1% | - |
| XYZ | 49.92 | 24.81 | 49.17 | - |
| YUV | 101.37 | 176.33 | 236.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 187 | 0 | 0.97 | 0.26 | 0.00 | 316.28 | 0.99 | 0.51 |
| Hex | FE | 7 | BB | 0 | 61 | 1A | 0 | 13C | 63 | 33 |
| Octal | 376 | 7 | 273 | 0 | 141 | 32 | 0 | 474 | 143 | 63 |
| Binary | 11111110 | 111 | 10111011 | 0 | 1100001 | 11010 | 0 | 100111100 | 1100011 | 110011 |
Color Harmonies of #FE07BB
Complementary color
Monochromatic Colors of #FE07BB
Black with #FE07BB
Text Example
Text Example
White with #FE07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07BB; }
p { color: rgb(254,7,187); }
H1.HeaderClassName
{
color: #FE07BB;
}
.AnyTagClassName
{
color: #FE07BB;
}
</style>
background-color css
<style>
a { background-color: #FE07BB; }
a { background-color: rgb(254,7,187); }
div.DivClassName
{
background-color: #FE07BB;
}
.BgClassName
{
background-color: #FE07BB;
}
</style>
border-color css
<style>
span { border-color: #FE07BB; }
span { border-color: rgb(254,7,187); }
td.TdClassName
{
border-color: #FE07BB;
}
.TagClassName
{
border-color: #FE07BB;
}
</style>