Shades of Shocking Pink #F301B5
Tints of Shocking Pink #F301B5
RGB
CMYK
RGB Variations
Color information
#F301B5 (or 0xF301B5) is known color: Shocking Pink. HEX triplet: F3, 01 and B5. RGB value is (243,1,181). Sum of RGB (Red+Green+Blue) = 243+1+181=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F301B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301B5 is #0CFE4A. Grayscale: #5D5D5D. Windows color (decimal): -851531 or 11862515. OLE color: 11862515.
HSL color Cylindrical-coordinate representation of color #F301B5: hue angle of 315.37º 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 #F301B5 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.05 |
| HSL | 315.37º | 0.99% | 0.48% | - |
| HSV(B) | 315.37º | 1% | 0.95% | - |
| XYZ | 45.31 | 22.41 | 45.65 | - |
| YUV | 93.88 | 177.17 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 181 | 0 | 1.00 | 0.26 | 0.05 | 315.37 | 0.99 | 0.48 |
| Hex | F3 | 1 | B5 | 0 | 64 | 1A | 5 | 13B | 63 | 30 |
| Octal | 363 | 1 | 265 | 0 | 144 | 32 | 5 | 473 | 143 | 60 |
| Binary | 11110011 | 1 | 10110101 | 0 | 1100100 | 11010 | 101 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F301B5
Complementary color
Monochromatic Colors of #F301B5
Black with #F301B5
Text Example
Text Example
White with #F301B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301B5; }
p { color: rgb(243,1,181); }
H1.HeaderClassName
{
color: #F301B5;
}
.AnyTagClassName
{
color: #F301B5;
}
</style>
background-color css
<style>
a { background-color: #F301B5; }
a { background-color: rgb(243,1,181); }
div.DivClassName
{
background-color: #F301B5;
}
.BgClassName
{
background-color: #F301B5;
}
</style>
border-color css
<style>
span { border-color: #F301B5; }
span { border-color: rgb(243,1,181); }
td.TdClassName
{
border-color: #F301B5;
}
.TagClassName
{
border-color: #F301B5;
}
</style>