Shades of Shocking Pink #F301B6
Tints of Shocking Pink #F301B6
RGB
CMYK
RGB Variations
Color information
#F301B6 (or 0xF301B6) is known color: Shocking Pink. HEX triplet: F3, 01 and B6. RGB value is (243,1,182). Sum of RGB (Red+Green+Blue) = 243+1+182=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B6 is #0CFE49. Grayscale: #5D5D5D. Windows color (decimal): -851530 or 11928051. OLE color: 11928051.
HSL color Cylindrical-coordinate representation of color #F301B6: hue angle of 315.12º 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 #F301B6 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 182 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.05 |
| HSL | 315.12º | 0.99% | 0.48% | - |
| HSV(B) | 315.12º | 1% | 0.95% | - |
| XYZ | 45.42 | 22.45 | 46.2 | - |
| YUV | 93.99 | 177.67 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 182 | 0 | 1.00 | 0.25 | 0.05 | 315.12 | 0.99 | 0.48 |
| Hex | F3 | 1 | B6 | 0 | 64 | 19 | 5 | 13B | 63 | 30 |
| Octal | 363 | 1 | 266 | 0 | 144 | 31 | 5 | 473 | 143 | 60 |
| Binary | 11110011 | 1 | 10110110 | 0 | 1100100 | 11001 | 101 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F301B6
Complementary color
Monochromatic Colors of #F301B6
Black with #F301B6
Text Example
Text Example
White with #F301B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301B6; }
p { color: rgb(243,1,182); }
H1.HeaderClassName
{
color: #F301B6;
}
.AnyTagClassName
{
color: #F301B6;
}
</style>
background-color css
<style>
a { background-color: #F301B6; }
a { background-color: rgb(243,1,182); }
div.DivClassName
{
background-color: #F301B6;
}
.BgClassName
{
background-color: #F301B6;
}
</style>
border-color css
<style>
span { border-color: #F301B6; }
span { border-color: rgb(243,1,182); }
td.TdClassName
{
border-color: #F301B6;
}
.TagClassName
{
border-color: #F301B6;
}
</style>