Shades of Shocking Pink #F90FBA
Tints of Shocking Pink #F90FBA
RGB
CMYK
RGB Variations
Color information
#F90FBA (or 0xF90FBA) is known color: Shocking Pink. HEX triplet: F9, 0F and BA. RGB value is (249,15,186). Sum of RGB (Red+Green+Blue) = 249+15+186=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F90FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90FBA is #06F045. Grayscale: #686868. Windows color (decimal): -454726 or 12193785. OLE color: 12193785.
HSL color Cylindrical-coordinate representation of color #F90FBA: hue angle of 316.15º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90FBA is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.02 |
| HSL | 316.15º | 0.95% | 0.52% | - |
| HSV(B) | 316.15º | 0.94% | 0.98% | - |
| XYZ | 48.1 | 24.03 | 48.56 | - |
| YUV | 104.46 | 174.02 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 186 | 0 | 0.94 | 0.25 | 0.02 | 316.15 | 0.95 | 0.52 |
| Hex | F9 | F | BA | 0 | 5E | 19 | 2 | 13C | 5F | 34 |
| Octal | 371 | 17 | 272 | 0 | 136 | 31 | 2 | 474 | 137 | 64 |
| Binary | 11111001 | 1111 | 10111010 | 0 | 1011110 | 11001 | 10 | 100111100 | 1011111 | 110100 |
Color Harmonies of #F90FBA
Complementary color
Monochromatic Colors of #F90FBA
Black with #F90FBA
Text Example
Text Example
White with #F90FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90FBA; }
p { color: rgb(249,15,186); }
H1.HeaderClassName
{
color: #F90FBA;
}
.AnyTagClassName
{
color: #F90FBA;
}
</style>
background-color css
<style>
a { background-color: #F90FBA; }
a { background-color: rgb(249,15,186); }
div.DivClassName
{
background-color: #F90FBA;
}
.BgClassName
{
background-color: #F90FBA;
}
</style>
border-color css
<style>
span { border-color: #F90FBA; }
span { border-color: rgb(249,15,186); }
td.TdClassName
{
border-color: #F90FBA;
}
.TagClassName
{
border-color: #F90FBA;
}
</style>