Shades of Shocking Pink #F309C5
Tints of Shocking Pink #F309C5
RGB
CMYK
RGB Variations
Color information
#F309C5 (or 0xF309C5) is known color: Shocking Pink. HEX triplet: F3, 09 and C5. RGB value is (243,9,197). Sum of RGB (Red+Green+Blue) = 243+9+197=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F309C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309C5 is #0CF63A. Grayscale: #636363. Windows color (decimal): -849467 or 12913139. OLE color: 12913139.
HSL color Cylindrical-coordinate representation of color #F309C5: hue angle of 311.79º 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 #F309C5 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 197 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.05 |
| HSL | 311.79º | 0.93% | 0.49% | - |
| HSV(B) | 311.79º | 0.96% | 0.95% | - |
| XYZ | 47.14 | 23.28 | 54.83 | - |
| YUV | 100.4 | 182.52 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 197 | 0 | 0.96 | 0.19 | 0.05 | 311.79 | 0.93 | 0.49 |
| Hex | F3 | 9 | C5 | 0 | 60 | 13 | 5 | 138 | 5D | 31 |
| Octal | 363 | 11 | 305 | 0 | 140 | 23 | 5 | 470 | 135 | 61 |
| Binary | 11110011 | 1001 | 11000101 | 0 | 1100000 | 10011 | 101 | 100111000 | 1011101 | 110001 |
Color Harmonies of #F309C5
Complementary color
Monochromatic Colors of #F309C5
Black with #F309C5
Text Example
Text Example
White with #F309C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309C5; }
p { color: rgb(243,9,197); }
H1.HeaderClassName
{
color: #F309C5;
}
.AnyTagClassName
{
color: #F309C5;
}
</style>
background-color css
<style>
a { background-color: #F309C5; }
a { background-color: rgb(243,9,197); }
div.DivClassName
{
background-color: #F309C5;
}
.BgClassName
{
background-color: #F309C5;
}
</style>
border-color css
<style>
span { border-color: #F309C5; }
span { border-color: rgb(243,9,197); }
td.TdClassName
{
border-color: #F309C5;
}
.TagClassName
{
border-color: #F309C5;
}
</style>