Shades of Shocking Pink #F90BC7
Tints of Shocking Pink #F90BC7
RGB
CMYK
RGB Variations
Color information
#F90BC7 (or 0xF90BC7) is known color: Shocking Pink. HEX triplet: F9, 0B and C7. RGB value is (249,11,199). Sum of RGB (Red+Green+Blue) = 249+11+199=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 199 (78.12% from 255 or 43.36% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F90BC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F90BC7 is #06F438. Grayscale: #676767. Windows color (decimal): -455737 or 13044729. OLE color: 13044729.
HSL color Cylindrical-coordinate representation of color #F90BC7: hue angle of 312.61º 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 #F90BC7 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 199 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.02 |
| HSL | 312.61º | 0.95% | 0.51% | - |
| HSV(B) | 312.61º | 0.96% | 0.98% | - |
| XYZ | 49.5 | 24.5 | 56.15 | - |
| YUV | 103.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 199 | 0 | 0.96 | 0.20 | 0.02 | 312.61 | 0.95 | 0.51 |
| Hex | F9 | B | C7 | 0 | 60 | 14 | 2 | 139 | 5F | 33 |
| Octal | 371 | 13 | 307 | 0 | 140 | 24 | 2 | 471 | 137 | 63 |
| Binary | 11111001 | 1011 | 11000111 | 0 | 1100000 | 10100 | 10 | 100111001 | 1011111 | 110011 |
Color Harmonies of #F90BC7
Complementary color
Monochromatic Colors of #F90BC7
Black with #F90BC7
Text Example
Text Example
White with #F90BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BC7; }
p { color: rgb(249,11,199); }
H1.HeaderClassName
{
color: #F90BC7;
}
.AnyTagClassName
{
color: #F90BC7;
}
</style>
background-color css
<style>
a { background-color: #F90BC7; }
a { background-color: rgb(249,11,199); }
div.DivClassName
{
background-color: #F90BC7;
}
.BgClassName
{
background-color: #F90BC7;
}
</style>
border-color css
<style>
span { border-color: #F90BC7; }
span { border-color: rgb(249,11,199); }
td.TdClassName
{
border-color: #F90BC7;
}
.TagClassName
{
border-color: #F90BC7;
}
</style>