Shades of Shocking Pink #F309B2
Tints of Shocking Pink #F309B2
RGB
CMYK
RGB Variations
Color information
#F309B2 (or 0xF309B2) is known color: Shocking Pink. HEX triplet: F3, 09 and B2. RGB value is (243,9,178). Sum of RGB (Red+Green+Blue) = 243+9+178=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F309B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F309B2 is #0CF64D. Grayscale: #616161. Windows color (decimal): -849486 or 11667955. OLE color: 11667955.
HSL color Cylindrical-coordinate representation of color #F309B2: hue angle of 316.67º 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 #F309B2 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 178 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.05 |
| HSL | 316.67º | 0.93% | 0.49% | - |
| HSV(B) | 316.67º | 0.96% | 0.95% | - |
| XYZ | 45.1 | 22.46 | 44.08 | - |
| YUV | 98.23 | 173.02 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 178 | 0 | 0.96 | 0.27 | 0.05 | 316.67 | 0.93 | 0.49 |
| Hex | F3 | 9 | B2 | 0 | 60 | 1B | 5 | 13D | 5D | 31 |
| Octal | 363 | 11 | 262 | 0 | 140 | 33 | 5 | 475 | 135 | 61 |
| Binary | 11110011 | 1001 | 10110010 | 0 | 1100000 | 11011 | 101 | 100111101 | 1011101 | 110001 |
Color Harmonies of #F309B2
Complementary color
Monochromatic Colors of #F309B2
Black with #F309B2
Text Example
Text Example
White with #F309B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309B2; }
p { color: rgb(243,9,178); }
H1.HeaderClassName
{
color: #F309B2;
}
.AnyTagClassName
{
color: #F309B2;
}
</style>
background-color css
<style>
a { background-color: #F309B2; }
a { background-color: rgb(243,9,178); }
div.DivClassName
{
background-color: #F309B2;
}
.BgClassName
{
background-color: #F309B2;
}
</style>
border-color css
<style>
span { border-color: #F309B2; }
span { border-color: rgb(243,9,178); }
td.TdClassName
{
border-color: #F309B2;
}
.TagClassName
{
border-color: #F309B2;
}
</style>