Shades of Shocking Pink #F30DB8
Tints of Shocking Pink #F30DB8
RGB
CMYK
RGB Variations
Color information
#F30DB8 (or 0xF30DB8) is known color: Shocking Pink. HEX triplet: F3, 0D and B8. RGB value is (243,13,184). Sum of RGB (Red+Green+Blue) = 243+13+184=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DB8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DB8 is #0CF247. Grayscale: #646464. Windows color (decimal): -848456 or 12062195. OLE color: 12062195.
HSL color Cylindrical-coordinate representation of color #F30DB8: hue angle of 315.39º 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 #F30DB8 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 184 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.05 |
| HSL | 315.39º | 0.91% | 0.5% | - |
| HSV(B) | 315.39º | 0.95% | 0.95% | - |
| XYZ | 45.76 | 22.8 | 47.34 | - |
| YUV | 101.26 | 174.7 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 184 | 0 | 0.95 | 0.24 | 0.05 | 315.39 | 0.91 | 0.5 |
| Hex | F3 | D | B8 | 0 | 5F | 18 | 5 | 13B | 5B | 32 |
| Octal | 363 | 15 | 270 | 0 | 137 | 30 | 5 | 473 | 133 | 62 |
| Binary | 11110011 | 1101 | 10111000 | 0 | 1011111 | 11000 | 101 | 100111011 | 1011011 | 110010 |
Color Harmonies of #F30DB8
Complementary color
Monochromatic Colors of #F30DB8
Black with #F30DB8
Text Example
Text Example
White with #F30DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DB8; }
p { color: rgb(243,13,184); }
H1.HeaderClassName
{
color: #F30DB8;
}
.AnyTagClassName
{
color: #F30DB8;
}
</style>
background-color css
<style>
a { background-color: #F30DB8; }
a { background-color: rgb(243,13,184); }
div.DivClassName
{
background-color: #F30DB8;
}
.BgClassName
{
background-color: #F30DB8;
}
</style>
border-color css
<style>
span { border-color: #F30DB8; }
span { border-color: rgb(243,13,184); }
td.TdClassName
{
border-color: #F30DB8;
}
.TagClassName
{
border-color: #F30DB8;
}
</style>