Shades of Shocking Pink #F301B8
Tints of Shocking Pink #F301B8
RGB
CMYK
RGB Variations
Color information
#F301B8 (or 0xF301B8) is known color: Shocking Pink. HEX triplet: F3, 01 and B8. RGB value is (243,1,184). Sum of RGB (Red+Green+Blue) = 243+1+184=428 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.78% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B8 is #0CFE47. Grayscale: #5D5D5D. Windows color (decimal): -851528 or 12059123. OLE color: 12059123.
HSL color Cylindrical-coordinate representation of color #F301B8: hue angle of 314.63º 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 #F301B8 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 184 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.05 |
| HSL | 314.63º | 0.99% | 0.48% | - |
| HSV(B) | 314.63º | 1% | 0.95% | - |
| XYZ | 45.62 | 22.54 | 47.29 | - |
| YUV | 94.22 | 178.67 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 184 | 0 | 1.00 | 0.24 | 0.05 | 314.63 | 0.99 | 0.48 |
| Hex | F3 | 1 | B8 | 0 | 64 | 18 | 5 | 13B | 63 | 30 |
| Octal | 363 | 1 | 270 | 0 | 144 | 30 | 5 | 473 | 143 | 60 |
| Binary | 11110011 | 1 | 10111000 | 0 | 1100100 | 11000 | 101 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F301B8
Complementary color
Monochromatic Colors of #F301B8
Black with #F301B8
Text Example
Text Example
White with #F301B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301B8; }
p { color: rgb(243,1,184); }
H1.HeaderClassName
{
color: #F301B8;
}
.AnyTagClassName
{
color: #F301B8;
}
</style>
background-color css
<style>
a { background-color: #F301B8; }
a { background-color: rgb(243,1,184); }
div.DivClassName
{
background-color: #F301B8;
}
.BgClassName
{
background-color: #F301B8;
}
</style>
border-color css
<style>
span { border-color: #F301B8; }
span { border-color: rgb(243,1,184); }
td.TdClassName
{
border-color: #F301B8;
}
.TagClassName
{
border-color: #F301B8;
}
</style>