Shades of Shocking Pink #F301B9
Tints of Shocking Pink #F301B9
RGB
CMYK
RGB Variations
Color information
#F301B9 (or 0xF301B9) is known color: Shocking Pink. HEX triplet: F3, 01 and B9. RGB value is (243,1,185). Sum of RGB (Red+Green+Blue) = 243+1+185=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B9 is #0CFE46. Grayscale: #5D5D5D. Windows color (decimal): -851527 or 12124659. OLE color: 12124659.
HSL color Cylindrical-coordinate representation of color #F301B9: hue angle of 314.38º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301B9 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 185 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.05 |
| HSL | 314.38º | 0.99% | 0.48% | - |
| HSV(B) | 314.38º | 1% | 0.95% | - |
| XYZ | 45.73 | 22.58 | 47.85 | - |
| YUV | 94.33 | 179.17 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 185 | 0 | 1.00 | 0.24 | 0.05 | 314.38 | 0.99 | 0.48 |
| Hex | F3 | 1 | B9 | 0 | 64 | 18 | 5 | 13A | 63 | 30 |
| Octal | 363 | 1 | 271 | 0 | 144 | 30 | 5 | 472 | 143 | 60 |
| Binary | 11110011 | 1 | 10111001 | 0 | 1100100 | 11000 | 101 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F301B9
Complementary color
Monochromatic Colors of #F301B9
Black with #F301B9
Text Example
Text Example
White with #F301B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301B9; }
p { color: rgb(243,1,185); }
H1.HeaderClassName
{
color: #F301B9;
}
.AnyTagClassName
{
color: #F301B9;
}
</style>
background-color css
<style>
a { background-color: #F301B9; }
a { background-color: rgb(243,1,185); }
div.DivClassName
{
background-color: #F301B9;
}
.BgClassName
{
background-color: #F301B9;
}
</style>
border-color css
<style>
span { border-color: #F301B9; }
span { border-color: rgb(243,1,185); }
td.TdClassName
{
border-color: #F301B9;
}
.TagClassName
{
border-color: #F301B9;
}
</style>