Shades of Shocking Pink #F30DCB
Tints of Shocking Pink #F30DCB
RGB
CMYK
RGB Variations
Color information
#F30DCB (or 0xF30DCB) is known color: Shocking Pink. HEX triplet: F3, 0D and CB. RGB value is (243,13,203). Sum of RGB (Red+Green+Blue) = 243+13+203=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DCB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DCB is #0CF234. Grayscale: #666666. Windows color (decimal): -848437 or 13307379. OLE color: 13307379.
HSL color Cylindrical-coordinate representation of color #F30DCB: hue angle of 310.43º 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 #F30DCB is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 203 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.05 |
| HSL | 310.43º | 0.91% | 0.5% | - |
| HSV(B) | 310.43º | 0.95% | 0.95% | - |
| XYZ | 47.89 | 23.65 | 58.54 | - |
| YUV | 103.43 | 184.2 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 203 | 0 | 0.95 | 0.16 | 0.05 | 310.43 | 0.91 | 0.5 |
| Hex | F3 | D | CB | 0 | 5F | 10 | 5 | 136 | 5B | 32 |
| Octal | 363 | 15 | 313 | 0 | 137 | 20 | 5 | 466 | 133 | 62 |
| Binary | 11110011 | 1101 | 11001011 | 0 | 1011111 | 10000 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F30DCB
Complementary color
Monochromatic Colors of #F30DCB
Black with #F30DCB
Text Example
Text Example
White with #F30DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DCB; }
p { color: rgb(243,13,203); }
H1.HeaderClassName
{
color: #F30DCB;
}
.AnyTagClassName
{
color: #F30DCB;
}
</style>
background-color css
<style>
a { background-color: #F30DCB; }
a { background-color: rgb(243,13,203); }
div.DivClassName
{
background-color: #F30DCB;
}
.BgClassName
{
background-color: #F30DCB;
}
</style>
border-color css
<style>
span { border-color: #F30DCB; }
span { border-color: rgb(243,13,203); }
td.TdClassName
{
border-color: #F30DCB;
}
.TagClassName
{
border-color: #F30DCB;
}
</style>