Shades of Deep Pink #F30C8A
Tints of Deep Pink #F30C8A
RGB
CMYK
RGB Variations
Color information
#F30C8A (or 0xF30C8A) is known color: Deep Pink. HEX triplet: F3, 0C and 8A. RGB value is (243,12,138). Sum of RGB (Red+Green+Blue) = 243+12+138=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30C8A is #0CF375. Grayscale: #5F5F5F. Windows color (decimal): -848758 or 9047283. OLE color: 9047283.
HSL color Cylindrical-coordinate representation of color #F30C8A: hue angle of 327.27º 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 #F30C8A is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 138 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.05 |
| HSL | 327.27º | 0.91% | 0.5% | - |
| HSV(B) | 327.27º | 0.95% | 0.95% | - |
| XYZ | 41.68 | 21.15 | 25.93 | - |
| YUV | 95.43 | 152.03 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 138 | 0 | 0.95 | 0.43 | 0.05 | 327.27 | 0.91 | 0.5 |
| Hex | F3 | C | 8A | 0 | 5F | 2B | 5 | 147 | 5B | 32 |
| Octal | 363 | 14 | 212 | 0 | 137 | 53 | 5 | 507 | 133 | 62 |
| Binary | 11110011 | 1100 | 10001010 | 0 | 1011111 | 101011 | 101 | 101000111 | 1011011 | 110010 |
Color Harmonies of #F30C8A
Complementary color
Monochromatic Colors of #F30C8A
Black with #F30C8A
Text Example
Text Example
White with #F30C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30C8A; }
p { color: rgb(243,12,138); }
H1.HeaderClassName
{
color: #F30C8A;
}
.AnyTagClassName
{
color: #F30C8A;
}
</style>
background-color css
<style>
a { background-color: #F30C8A; }
a { background-color: rgb(243,12,138); }
div.DivClassName
{
background-color: #F30C8A;
}
.BgClassName
{
background-color: #F30C8A;
}
</style>
border-color css
<style>
span { border-color: #F30C8A; }
span { border-color: rgb(243,12,138); }
td.TdClassName
{
border-color: #F30C8A;
}
.TagClassName
{
border-color: #F30C8A;
}
</style>