Shades of Shocking Pink #F903B9
Tints of Shocking Pink #F903B9
RGB
CMYK
RGB Variations
Color information
#F903B9 (or 0xF903B9) is known color: Shocking Pink. HEX triplet: F9, 03 and B9. RGB value is (249,3,185). Sum of RGB (Red+Green+Blue) = 249+3+185=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F903B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F903B9 is #06FC46. Grayscale: #606060. Windows color (decimal): -457799 or 12125177. OLE color: 12125177.
HSL color Cylindrical-coordinate representation of color #F903B9: hue angle of 315.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F903B9 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 185 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.02 |
| HSL | 315.61º | 0.98% | 0.49% | - |
| HSV(B) | 315.61º | 0.99% | 0.98% | - |
| XYZ | 47.86 | 23.71 | 47.95 | - |
| YUV | 97.3 | 177.5 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 185 | 0 | 0.99 | 0.26 | 0.02 | 315.61 | 0.98 | 0.49 |
| Hex | F9 | 3 | B9 | 0 | 63 | 1A | 2 | 13C | 62 | 31 |
| Octal | 371 | 3 | 271 | 0 | 143 | 32 | 2 | 474 | 142 | 61 |
| Binary | 11111001 | 11 | 10111001 | 0 | 1100011 | 11010 | 10 | 100111100 | 1100010 | 110001 |
Color Harmonies of #F903B9
Complementary color
Monochromatic Colors of #F903B9
Black with #F903B9
Text Example
Text Example
White with #F903B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F903B9; }
p { color: rgb(249,3,185); }
H1.HeaderClassName
{
color: #F903B9;
}
.AnyTagClassName
{
color: #F903B9;
}
</style>
background-color css
<style>
a { background-color: #F903B9; }
a { background-color: rgb(249,3,185); }
div.DivClassName
{
background-color: #F903B9;
}
.BgClassName
{
background-color: #F903B9;
}
</style>
border-color css
<style>
span { border-color: #F903B9; }
span { border-color: rgb(249,3,185); }
td.TdClassName
{
border-color: #F903B9;
}
.TagClassName
{
border-color: #F903B9;
}
</style>