Shades of Shocking Pink #F30CBD
Tints of Shocking Pink #F30CBD
RGB
CMYK
RGB Variations
Color information
#F30CBD (or 0xF30CBD) is known color: Shocking Pink. HEX triplet: F3, 0C and BD. RGB value is (243,12,189). Sum of RGB (Red+Green+Blue) = 243+12+189=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 12 (5.08% from 255 or 2.70% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CBD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CBD is #0CF342. Grayscale: #646464. Windows color (decimal): -848707 or 12389619. OLE color: 12389619.
HSL color Cylindrical-coordinate representation of color #F30CBD: hue angle of 314.03º 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 #F30CBD is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 189 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.05 |
| HSL | 314.03º | 0.91% | 0.5% | - |
| HSV(B) | 314.03º | 0.95% | 0.95% | - |
| XYZ | 46.28 | 22.99 | 50.14 | - |
| YUV | 101.25 | 177.53 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 189 | 0 | 0.95 | 0.22 | 0.05 | 314.03 | 0.91 | 0.5 |
| Hex | F3 | C | BD | 0 | 5F | 16 | 5 | 13A | 5B | 32 |
| Octal | 363 | 14 | 275 | 0 | 137 | 26 | 5 | 472 | 133 | 62 |
| Binary | 11110011 | 1100 | 10111101 | 0 | 1011111 | 10110 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F30CBD
Complementary color
Monochromatic Colors of #F30CBD
Black with #F30CBD
Text Example
Text Example
White with #F30CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CBD; }
p { color: rgb(243,12,189); }
H1.HeaderClassName
{
color: #F30CBD;
}
.AnyTagClassName
{
color: #F30CBD;
}
</style>
background-color css
<style>
a { background-color: #F30CBD; }
a { background-color: rgb(243,12,189); }
div.DivClassName
{
background-color: #F30CBD;
}
.BgClassName
{
background-color: #F30CBD;
}
</style>
border-color css
<style>
span { border-color: #F30CBD; }
span { border-color: rgb(243,12,189); }
td.TdClassName
{
border-color: #F30CBD;
}
.TagClassName
{
border-color: #F30CBD;
}
</style>