Shades of Shocking Pink #F305C1
Tints of Shocking Pink #F305C1
RGB
CMYK
RGB Variations
Color information
#F305C1 (or 0xF305C1) is known color: Shocking Pink. HEX triplet: F3, 05 and C1. RGB value is (243,5,193). Sum of RGB (Red+Green+Blue) = 243+5+193=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F305C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305C1 is #0CFA3E. Grayscale: #616161. Windows color (decimal): -850495 or 12649971. OLE color: 12649971.
HSL color Cylindrical-coordinate representation of color #F305C1: hue angle of 312.61º 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 #F305C1 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 193 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.05 |
| HSL | 312.61º | 0.96% | 0.49% | - |
| HSV(B) | 312.61º | 0.98% | 0.95% | - |
| XYZ | 46.64 | 23.01 | 52.44 | - |
| YUV | 97.59 | 181.85 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 193 | 0 | 0.98 | 0.21 | 0.05 | 312.61 | 0.96 | 0.49 |
| Hex | F3 | 5 | C1 | 0 | 62 | 15 | 5 | 139 | 60 | 31 |
| Octal | 363 | 5 | 301 | 0 | 142 | 25 | 5 | 471 | 140 | 61 |
| Binary | 11110011 | 101 | 11000001 | 0 | 1100010 | 10101 | 101 | 100111001 | 1100000 | 110001 |
Color Harmonies of #F305C1
Complementary color
Monochromatic Colors of #F305C1
Black with #F305C1
Text Example
Text Example
White with #F305C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305C1; }
p { color: rgb(243,5,193); }
H1.HeaderClassName
{
color: #F305C1;
}
.AnyTagClassName
{
color: #F305C1;
}
</style>
background-color css
<style>
a { background-color: #F305C1; }
a { background-color: rgb(243,5,193); }
div.DivClassName
{
background-color: #F305C1;
}
.BgClassName
{
background-color: #F305C1;
}
</style>
border-color css
<style>
span { border-color: #F305C1; }
span { border-color: rgb(243,5,193); }
td.TdClassName
{
border-color: #F305C1;
}
.TagClassName
{
border-color: #F305C1;
}
</style>