Shades of Shocking Pink #F307C5
Tints of Shocking Pink #F307C5
RGB
CMYK
RGB Variations
Color information
#F307C5 (or 0xF307C5) is known color: Shocking Pink. HEX triplet: F3, 07 and C5. RGB value is (243,7,197). Sum of RGB (Red+Green+Blue) = 243+7+197=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F307C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F307C5 is #0CF83A. Grayscale: #626262. Windows color (decimal): -849979 or 12912627. OLE color: 12912627.
HSL color Cylindrical-coordinate representation of color #F307C5: hue angle of 311.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F307C5 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.05 |
| HSL | 311.69º | 0.94% | 0.49% | - |
| HSV(B) | 311.69º | 0.97% | 0.95% | - |
| XYZ | 47.12 | 23.24 | 54.83 | - |
| YUV | 99.22 | 183.19 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 197 | 0 | 0.97 | 0.19 | 0.05 | 311.69 | 0.94 | 0.49 |
| Hex | F3 | 7 | C5 | 0 | 61 | 13 | 5 | 138 | 5E | 31 |
| Octal | 363 | 7 | 305 | 0 | 141 | 23 | 5 | 470 | 136 | 61 |
| Binary | 11110011 | 111 | 11000101 | 0 | 1100001 | 10011 | 101 | 100111000 | 1011110 | 110001 |
Color Harmonies of #F307C5
Complementary color
Monochromatic Colors of #F307C5
Black with #F307C5
Text Example
Text Example
White with #F307C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F307C5; }
p { color: rgb(243,7,197); }
H1.HeaderClassName
{
color: #F307C5;
}
.AnyTagClassName
{
color: #F307C5;
}
</style>
background-color css
<style>
a { background-color: #F307C5; }
a { background-color: rgb(243,7,197); }
div.DivClassName
{
background-color: #F307C5;
}
.BgClassName
{
background-color: #F307C5;
}
</style>
border-color css
<style>
span { border-color: #F307C5; }
span { border-color: rgb(243,7,197); }
td.TdClassName
{
border-color: #F307C5;
}
.TagClassName
{
border-color: #F307C5;
}
</style>