Shades of Deep Pink #F30180
Tints of Deep Pink #F30180
RGB
CMYK
RGB Variations
Color information
#F30180 (or 0xF30180) is known color: Deep Pink. HEX triplet: F3, 01 and 80. RGB value is (243,1,128). Sum of RGB (Red+Green+Blue) = 243+1+128=372 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.32% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 243 - color contains mainly: red. Hex color #F30180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30180 is #0CFE7F. Grayscale: #575757. Windows color (decimal): -851584 or 8389107. OLE color: 8389107.
HSL color Cylindrical-coordinate representation of color #F30180: hue angle of 328.51º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30180 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 128 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.05 |
| HSL | 328.51º | 0.99% | 0.48% | - |
| HSV(B) | 328.51º | 1% | 0.95% | - |
| XYZ | 40.87 | 20.63 | 22.25 | - |
| YUV | 87.84 | 150.67 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 128 | 0 | 1.00 | 0.47 | 0.05 | 328.51 | 0.99 | 0.48 |
| Hex | F3 | 1 | 80 | 0 | 64 | 2F | 5 | 149 | 63 | 30 |
| Octal | 363 | 1 | 200 | 0 | 144 | 57 | 5 | 511 | 143 | 60 |
| Binary | 11110011 | 1 | 10000000 | 0 | 1100100 | 101111 | 101 | 101001001 | 1100011 | 110000 |
Color Harmonies of #F30180
Complementary color
Monochromatic Colors of #F30180
Black with #F30180
Text Example
Text Example
White with #F30180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30180; }
p { color: rgb(243,1,128); }
H1.HeaderClassName
{
color: #F30180;
}
.AnyTagClassName
{
color: #F30180;
}
</style>
background-color css
<style>
a { background-color: #F30180; }
a { background-color: rgb(243,1,128); }
div.DivClassName
{
background-color: #F30180;
}
.BgClassName
{
background-color: #F30180;
}
</style>
border-color css
<style>
span { border-color: #F30180; }
span { border-color: rgb(243,1,128); }
td.TdClassName
{
border-color: #F30180;
}
.TagClassName
{
border-color: #F30180;
}
</style>