Shades of Deep Pink #F30380
Tints of Deep Pink #F30380
RGB
CMYK
RGB Variations
Color information
#F30380 (or 0xF30380) is known color: Deep Pink. HEX triplet: F3, 03 and 80. RGB value is (243,3,128). Sum of RGB (Red+Green+Blue) = 243+3+128=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F30380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30380 is #0CFC7F. Grayscale: #585858. Windows color (decimal): -851072 or 8389619. OLE color: 8389619.
HSL color Cylindrical-coordinate representation of color #F30380: hue angle of 328.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30380 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 128 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.05 |
| HSL | 328.75º | 0.98% | 0.48% | - |
| HSV(B) | 328.75º | 0.99% | 0.95% | - |
| XYZ | 40.89 | 20.68 | 22.26 | - |
| YUV | 89.01 | 150.01 | 237.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 128 | 0 | 0.99 | 0.47 | 0.05 | 328.75 | 0.98 | 0.48 |
| Hex | F3 | 3 | 80 | 0 | 63 | 2F | 5 | 149 | 62 | 30 |
| Octal | 363 | 3 | 200 | 0 | 143 | 57 | 5 | 511 | 142 | 60 |
| Binary | 11110011 | 11 | 10000000 | 0 | 1100011 | 101111 | 101 | 101001001 | 1100010 | 110000 |
Color Harmonies of #F30380
Complementary color
Monochromatic Colors of #F30380
Black with #F30380
Text Example
Text Example
White with #F30380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30380; }
p { color: rgb(243,3,128); }
H1.HeaderClassName
{
color: #F30380;
}
.AnyTagClassName
{
color: #F30380;
}
</style>
background-color css
<style>
a { background-color: #F30380; }
a { background-color: rgb(243,3,128); }
div.DivClassName
{
background-color: #F30380;
}
.BgClassName
{
background-color: #F30380;
}
</style>
border-color css
<style>
span { border-color: #F30380; }
span { border-color: rgb(243,3,128); }
td.TdClassName
{
border-color: #F30380;
}
.TagClassName
{
border-color: #F30380;
}
</style>