Shades of Shocking Pink #F900BE
Tints of Shocking Pink #F900BE
RGB
CMYK
RGB Variations
Color information
#F900BE (or 0xF900BE) is known color: Shocking Pink. HEX triplet: F9, 00 and BE. RGB value is (249,0,190). Sum of RGB (Red+Green+Blue) = 249+0+190=439 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.72% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 249 - color contains mainly: red. Hex color #F900BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F900BE is #06FF41. Grayscale: #5F5F5F. Windows color (decimal): -458562 or 12452089. OLE color: 12452089.
HSL color Cylindrical-coordinate representation of color #F900BE: hue angle of 314.22º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F900BE is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.24 | 0.02 |
| HSL | 314.22º | 1% | 0.49% | - |
| HSV(B) | 314.22º | 1% | 0.98% | - |
| XYZ | 48.36 | 23.86 | 50.77 | - |
| YUV | 96.11 | 180.99 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 190 | 0 | 1 | 0.24 | 0.02 | 314.22 | 1 | 0.49 |
| Hex | F9 | 0 | BE | 0 | 64 | 18 | 2 | 13A | 64 | 31 |
| Octal | 371 | 0 | 276 | 0 | 144 | 30 | 2 | 472 | 144 | 61 |
| Binary | 11111001 | 0 | 10111110 | 0 | 1100100 | 11000 | 10 | 100111010 | 1100100 | 110001 |
Color Harmonies of #F900BE
Complementary color
Monochromatic Colors of #F900BE
Black with #F900BE
Text Example
Text Example
White with #F900BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F900BE; }
p { color: rgb(249,0,190); }
H1.HeaderClassName
{
color: #F900BE;
}
.AnyTagClassName
{
color: #F900BE;
}
</style>
background-color css
<style>
a { background-color: #F900BE; }
a { background-color: rgb(249,0,190); }
div.DivClassName
{
background-color: #F900BE;
}
.BgClassName
{
background-color: #F900BE;
}
</style>
border-color css
<style>
span { border-color: #F900BE; }
span { border-color: rgb(249,0,190); }
td.TdClassName
{
border-color: #F900BE;
}
.TagClassName
{
border-color: #F900BE;
}
</style>