Shades of Shocking Pink #F303B8
Tints of Shocking Pink #F303B8
RGB
CMYK
RGB Variations
Color information
#F303B8 (or 0xF303B8) is known color: Shocking Pink. HEX triplet: F3, 03 and B8. RGB value is (243,3,184). Sum of RGB (Red+Green+Blue) = 243+3+184=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F303B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303B8 is #0CFC47. Grayscale: #5E5E5E. Windows color (decimal): -851016 or 12059635. OLE color: 12059635.
HSL color Cylindrical-coordinate representation of color #F303B8: hue angle of 314.75º 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 #F303B8 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 184 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.05 |
| HSL | 314.75º | 0.98% | 0.48% | - |
| HSV(B) | 314.75º | 0.99% | 0.95% | - |
| XYZ | 45.65 | 22.58 | 47.3 | - |
| YUV | 95.39 | 178.01 | 233.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 184 | 0 | 0.99 | 0.24 | 0.05 | 314.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | B8 | 0 | 63 | 18 | 5 | 13B | 62 | 30 |
| Octal | 363 | 3 | 270 | 0 | 143 | 30 | 5 | 473 | 142 | 60 |
| Binary | 11110011 | 11 | 10111000 | 0 | 1100011 | 11000 | 101 | 100111011 | 1100010 | 110000 |
Color Harmonies of #F303B8
Complementary color
Monochromatic Colors of #F303B8
Black with #F303B8
Text Example
Text Example
White with #F303B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303B8; }
p { color: rgb(243,3,184); }
H1.HeaderClassName
{
color: #F303B8;
}
.AnyTagClassName
{
color: #F303B8;
}
</style>
background-color css
<style>
a { background-color: #F303B8; }
a { background-color: rgb(243,3,184); }
div.DivClassName
{
background-color: #F303B8;
}
.BgClassName
{
background-color: #F303B8;
}
</style>
border-color css
<style>
span { border-color: #F303B8; }
span { border-color: rgb(243,3,184); }
td.TdClassName
{
border-color: #F303B8;
}
.TagClassName
{
border-color: #F303B8;
}
</style>