Shades of Shocking Pink #F303B7
Tints of Shocking Pink #F303B7
RGB
CMYK
RGB Variations
Color information
#F303B7 (or 0xF303B7) is known color: Shocking Pink. HEX triplet: F3, 03 and B7. RGB value is (243,3,183). Sum of RGB (Red+Green+Blue) = 243+3+183=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 183 (71.88% from 255 or 42.66% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F303B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303B7 is #0CFC48. Grayscale: #5E5E5E. Windows color (decimal): -851017 or 11994099. OLE color: 11994099.
HSL color Cylindrical-coordinate representation of color #F303B7: hue angle of 315º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303B7 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 183 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.05 |
| HSL | 315º | 0.98% | 0.48% | - |
| HSV(B) | 315º | 0.99% | 0.95% | - |
| XYZ | 45.54 | 22.54 | 46.75 | - |
| YUV | 95.28 | 177.51 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 183 | 0 | 0.99 | 0.25 | 0.05 | 315 | 0.98 | 0.48 |
| Hex | F3 | 3 | B7 | 0 | 63 | 19 | 5 | 13B | 62 | 30 |
| Octal | 363 | 3 | 267 | 0 | 143 | 31 | 5 | 473 | 142 | 60 |
| Binary | 11110011 | 11 | 10110111 | 0 | 1100011 | 11001 | 101 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F303B7
Complementary color
Monochromatic Colors of #F303B7
Black with #F303B7
Text Example
Text Example
White with #F303B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303B7; }
p { color: rgb(243,3,183); }
H1.HeaderClassName
{
color: #F303B7;
}
.AnyTagClassName
{
color: #F303B7;
}
</style>
background-color css
<style>
a { background-color: #F303B7; }
a { background-color: rgb(243,3,183); }
div.DivClassName
{
background-color: #F303B7;
}
.BgClassName
{
background-color: #F303B7;
}
</style>
border-color css
<style>
span { border-color: #F303B7; }
span { border-color: rgb(243,3,183); }
td.TdClassName
{
border-color: #F303B7;
}
.TagClassName
{
border-color: #F303B7;
}
</style>