Shades of Deep Pink #F30C97
Tints of Deep Pink #F30C97
RGB
CMYK
RGB Variations
Color information
#F30C97 (or 0xF30C97) is known color: Deep Pink. HEX triplet: F3, 0C and 97. RGB value is (243,12,151). Sum of RGB (Red+Green+Blue) = 243+12+151=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30C97 is #0CF368. Grayscale: #606060. Windows color (decimal): -848745 or 9899251. OLE color: 9899251.
HSL color Cylindrical-coordinate representation of color #F30C97: hue angle of 323.9º 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 #F30C97 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.05 |
| HSL | 323.9º | 0.91% | 0.5% | - |
| HSV(B) | 323.9º | 0.95% | 0.95% | - |
| XYZ | 42.68 | 21.55 | 31.19 | - |
| YUV | 96.92 | 158.53 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 151 | 0 | 0.95 | 0.38 | 0.05 | 323.9 | 0.91 | 0.5 |
| Hex | F3 | C | 97 | 0 | 5F | 26 | 5 | 144 | 5B | 32 |
| Octal | 363 | 14 | 227 | 0 | 137 | 46 | 5 | 504 | 133 | 62 |
| Binary | 11110011 | 1100 | 10010111 | 0 | 1011111 | 100110 | 101 | 101000100 | 1011011 | 110010 |
Color Harmonies of #F30C97
Complementary color
Monochromatic Colors of #F30C97
Black with #F30C97
Text Example
Text Example
White with #F30C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30C97; }
p { color: rgb(243,12,151); }
H1.HeaderClassName
{
color: #F30C97;
}
.AnyTagClassName
{
color: #F30C97;
}
</style>
background-color css
<style>
a { background-color: #F30C97; }
a { background-color: rgb(243,12,151); }
div.DivClassName
{
background-color: #F30C97;
}
.BgClassName
{
background-color: #F30C97;
}
</style>
border-color css
<style>
span { border-color: #F30C97; }
span { border-color: rgb(243,12,151); }
td.TdClassName
{
border-color: #F30C97;
}
.TagClassName
{
border-color: #F30C97;
}
</style>