Shades of Shocking Pink #F305BB
Tints of Shocking Pink #F305BB
RGB
CMYK
RGB Variations
Color information
#F305BB (or 0xF305BB) is known color: Shocking Pink. HEX triplet: F3, 05 and BB. RGB value is (243,5,187). Sum of RGB (Red+Green+Blue) = 243+5+187=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F305BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305BB is #0CFA44. Grayscale: #606060. Windows color (decimal): -850501 or 12256755. OLE color: 12256755.
HSL color Cylindrical-coordinate representation of color #F305BB: hue angle of 314.12º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305BB is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.05 |
| HSL | 314.12º | 0.96% | 0.49% | - |
| HSV(B) | 314.12º | 0.98% | 0.95% | - |
| XYZ | 45.99 | 22.75 | 48.98 | - |
| YUV | 96.91 | 178.85 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 187 | 0 | 0.98 | 0.23 | 0.05 | 314.12 | 0.96 | 0.49 |
| Hex | F3 | 5 | BB | 0 | 62 | 17 | 5 | 13A | 60 | 31 |
| Octal | 363 | 5 | 273 | 0 | 142 | 27 | 5 | 472 | 140 | 61 |
| Binary | 11110011 | 101 | 10111011 | 0 | 1100010 | 10111 | 101 | 100111010 | 1100000 | 110001 |
Color Harmonies of #F305BB
Complementary color
Monochromatic Colors of #F305BB
Black with #F305BB
Text Example
Text Example
White with #F305BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305BB; }
p { color: rgb(243,5,187); }
H1.HeaderClassName
{
color: #F305BB;
}
.AnyTagClassName
{
color: #F305BB;
}
</style>
background-color css
<style>
a { background-color: #F305BB; }
a { background-color: rgb(243,5,187); }
div.DivClassName
{
background-color: #F305BB;
}
.BgClassName
{
background-color: #F305BB;
}
</style>
border-color css
<style>
span { border-color: #F305BB; }
span { border-color: rgb(243,5,187); }
td.TdClassName
{
border-color: #F305BB;
}
.TagClassName
{
border-color: #F305BB;
}
</style>