Shades of Shocking Pink #F309BC
Tints of Shocking Pink #F309BC
RGB
CMYK
RGB Variations
Color information
#F309BC (or 0xF309BC) is known color: Shocking Pink. HEX triplet: F3, 09 and BC. RGB value is (243,9,188). Sum of RGB (Red+Green+Blue) = 243+9+188=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F309BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309BC is #0CF643. Grayscale: #626262. Windows color (decimal): -849476 or 12323315. OLE color: 12323315.
HSL color Cylindrical-coordinate representation of color #F309BC: hue angle of 314.1º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309BC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.05 |
| HSL | 314.1º | 0.93% | 0.49% | - |
| HSV(B) | 314.1º | 0.96% | 0.95% | - |
| XYZ | 46.14 | 22.88 | 49.56 | - |
| YUV | 99.37 | 178.02 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 188 | 0 | 0.96 | 0.23 | 0.05 | 314.1 | 0.93 | 0.49 |
| Hex | F3 | 9 | BC | 0 | 60 | 17 | 5 | 13A | 5D | 31 |
| Octal | 363 | 11 | 274 | 0 | 140 | 27 | 5 | 472 | 135 | 61 |
| Binary | 11110011 | 1001 | 10111100 | 0 | 1100000 | 10111 | 101 | 100111010 | 1011101 | 110001 |
Color Harmonies of #F309BC
Complementary color
Monochromatic Colors of #F309BC
Black with #F309BC
Text Example
Text Example
White with #F309BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309BC; }
p { color: rgb(243,9,188); }
H1.HeaderClassName
{
color: #F309BC;
}
.AnyTagClassName
{
color: #F309BC;
}
</style>
background-color css
<style>
a { background-color: #F309BC; }
a { background-color: rgb(243,9,188); }
div.DivClassName
{
background-color: #F309BC;
}
.BgClassName
{
background-color: #F309BC;
}
</style>
border-color css
<style>
span { border-color: #F309BC; }
span { border-color: rgb(243,9,188); }
td.TdClassName
{
border-color: #F309BC;
}
.TagClassName
{
border-color: #F309BC;
}
</style>