Shades of Shocking Pink #F300B7
Tints of Shocking Pink #F300B7
RGB
CMYK
RGB Variations
Color information
#F300B7 (or 0xF300B7) is known color: Shocking Pink. HEX triplet: F3, 00 and B7. RGB value is (243,0,183). Sum of RGB (Red+Green+Blue) = 243+0+183=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F300B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300B7 is #0CFF48. Grayscale: #5D5D5D. Windows color (decimal): -851785 or 11993331. OLE color: 11993331.
HSL color Cylindrical-coordinate representation of color #F300B7: hue angle of 314.81º 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 #F300B7 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.25 | 0.05 |
| HSL | 314.81º | 1% | 0.48% | - |
| HSV(B) | 314.81º | 1% | 0.95% | - |
| XYZ | 45.51 | 22.47 | 46.74 | - |
| YUV | 93.52 | 178.51 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 183 | 0 | 1 | 0.25 | 0.05 | 314.81 | 1 | 0.48 |
| Hex | F3 | 0 | B7 | 0 | 64 | 19 | 5 | 13B | 64 | 30 |
| Octal | 363 | 0 | 267 | 0 | 144 | 31 | 5 | 473 | 144 | 60 |
| Binary | 11110011 | 0 | 10110111 | 0 | 1100100 | 11001 | 101 | 100111011 | 1100100 | 110000 |
Color Harmonies of #F300B7
Complementary color
Monochromatic Colors of #F300B7
Black with #F300B7
Text Example
Text Example
White with #F300B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300B7; }
p { color: rgb(243,0,183); }
H1.HeaderClassName
{
color: #F300B7;
}
.AnyTagClassName
{
color: #F300B7;
}
</style>
background-color css
<style>
a { background-color: #F300B7; }
a { background-color: rgb(243,0,183); }
div.DivClassName
{
background-color: #F300B7;
}
.BgClassName
{
background-color: #F300B7;
}
</style>
border-color css
<style>
span { border-color: #F300B7; }
span { border-color: rgb(243,0,183); }
td.TdClassName
{
border-color: #F300B7;
}
.TagClassName
{
border-color: #F300B7;
}
</style>