Shades of Shocking Pink #F300B5
Tints of Shocking Pink #F300B5
RGB
CMYK
RGB Variations
Color information
#F300B5 (or 0xF300B5) is known color: Shocking Pink. HEX triplet: F3, 00 and B5. RGB value is (243,0,181). Sum of RGB (Red+Green+Blue) = 243+0+181=424 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.31% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 243 - color contains mainly: red. Hex color #F300B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300B5 is #0CFF4A. Grayscale: #5C5C5C. Windows color (decimal): -851787 or 11862259. OLE color: 11862259.
HSL color Cylindrical-coordinate representation of color #F300B5: hue angle of 315.31º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300B5 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.26 | 0.05 |
| HSL | 315.31º | 1% | 0.48% | - |
| HSV(B) | 315.31º | 1% | 0.95% | - |
| XYZ | 45.3 | 22.39 | 45.65 | - |
| YUV | 93.29 | 177.51 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 181 | 0 | 1 | 0.26 | 0.05 | 315.31 | 1 | 0.48 |
| Hex | F3 | 0 | B5 | 0 | 64 | 1A | 5 | 13B | 64 | 30 |
| Octal | 363 | 0 | 265 | 0 | 144 | 32 | 5 | 473 | 144 | 60 |
| Binary | 11110011 | 0 | 10110101 | 0 | 1100100 | 11010 | 101 | 100111011 | 1100100 | 110000 |
Color Harmonies of #F300B5
Complementary color
Monochromatic Colors of #F300B5
Black with #F300B5
Text Example
Text Example
White with #F300B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300B5; }
p { color: rgb(243,0,181); }
H1.HeaderClassName
{
color: #F300B5;
}
.AnyTagClassName
{
color: #F300B5;
}
</style>
background-color css
<style>
a { background-color: #F300B5; }
a { background-color: rgb(243,0,181); }
div.DivClassName
{
background-color: #F300B5;
}
.BgClassName
{
background-color: #F300B5;
}
</style>
border-color css
<style>
span { border-color: #F300B5; }
span { border-color: rgb(243,0,181); }
td.TdClassName
{
border-color: #F300B5;
}
.TagClassName
{
border-color: #F300B5;
}
</style>