Shades of Shocking Pink #F30CC3
Tints of Shocking Pink #F30CC3
RGB
CMYK
RGB Variations
Color information
#F30CC3 (or 0xF30CC3) is known color: Shocking Pink. HEX triplet: F3, 0C and C3. RGB value is (243,12,195). Sum of RGB (Red+Green+Blue) = 243+12+195=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CC3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CC3 is #0CF33C. Grayscale: #656565. Windows color (decimal): -848701 or 12782835. OLE color: 12782835.
HSL color Cylindrical-coordinate representation of color #F30CC3: hue angle of 312.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CC3 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 195 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.05 |
| HSL | 312.47º | 0.91% | 0.5% | - |
| HSV(B) | 312.47º | 0.95% | 0.95% | - |
| XYZ | 46.94 | 23.26 | 53.64 | - |
| YUV | 101.93 | 180.53 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 195 | 0 | 0.95 | 0.20 | 0.05 | 312.47 | 0.91 | 0.5 |
| Hex | F3 | C | C3 | 0 | 5F | 14 | 5 | 138 | 5B | 32 |
| Octal | 363 | 14 | 303 | 0 | 137 | 24 | 5 | 470 | 133 | 62 |
| Binary | 11110011 | 1100 | 11000011 | 0 | 1011111 | 10100 | 101 | 100111000 | 1011011 | 110010 |
Color Harmonies of #F30CC3
Complementary color
Monochromatic Colors of #F30CC3
Black with #F30CC3
Text Example
Text Example
White with #F30CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CC3; }
p { color: rgb(243,12,195); }
H1.HeaderClassName
{
color: #F30CC3;
}
.AnyTagClassName
{
color: #F30CC3;
}
</style>
background-color css
<style>
a { background-color: #F30CC3; }
a { background-color: rgb(243,12,195); }
div.DivClassName
{
background-color: #F30CC3;
}
.BgClassName
{
background-color: #F30CC3;
}
</style>
border-color css
<style>
span { border-color: #F30CC3; }
span { border-color: rgb(243,12,195); }
td.TdClassName
{
border-color: #F30CC3;
}
.TagClassName
{
border-color: #F30CC3;
}
</style>