Shades of Shocking Pink #F90BBE
Tints of Shocking Pink #F90BBE
RGB
CMYK
RGB Variations
Color information
#F90BBE (or 0xF90BBE) is known color: Shocking Pink. HEX triplet: F9, 0B and BE. RGB value is (249,11,190). Sum of RGB (Red+Green+Blue) = 249+11+190=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BBE is #06F441. Grayscale: #666666. Windows color (decimal): -455746 or 12454905. OLE color: 12454905.
HSL color Cylindrical-coordinate representation of color #F90BBE: hue angle of 314.87º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BBE is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 190 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.02 |
| HSL | 314.87º | 0.95% | 0.51% | - |
| HSV(B) | 314.87º | 0.96% | 0.98% | - |
| XYZ | 48.48 | 24.1 | 50.81 | - |
| YUV | 102.57 | 177.35 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 190 | 0 | 0.96 | 0.24 | 0.02 | 314.87 | 0.95 | 0.51 |
| Hex | F9 | B | BE | 0 | 60 | 18 | 2 | 13B | 5F | 33 |
| Octal | 371 | 13 | 276 | 0 | 140 | 30 | 2 | 473 | 137 | 63 |
| Binary | 11111001 | 1011 | 10111110 | 0 | 1100000 | 11000 | 10 | 100111011 | 1011111 | 110011 |
Color Harmonies of #F90BBE
Complementary color
Monochromatic Colors of #F90BBE
Black with #F90BBE
Text Example
Text Example
White with #F90BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BBE; }
p { color: rgb(249,11,190); }
H1.HeaderClassName
{
color: #F90BBE;
}
.AnyTagClassName
{
color: #F90BBE;
}
</style>
background-color css
<style>
a { background-color: #F90BBE; }
a { background-color: rgb(249,11,190); }
div.DivClassName
{
background-color: #F90BBE;
}
.BgClassName
{
background-color: #F90BBE;
}
</style>
border-color css
<style>
span { border-color: #F90BBE; }
span { border-color: rgb(249,11,190); }
td.TdClassName
{
border-color: #F90BBE;
}
.TagClassName
{
border-color: #F90BBE;
}
</style>