Shades of Deep Pink #F30A8F
Tints of Deep Pink #F30A8F
RGB
CMYK
RGB Variations
Color information
#F30A8F (or 0xF30A8F) is known color: Deep Pink. HEX triplet: F3, 0A and 8F. RGB value is (243,10,143). Sum of RGB (Red+Green+Blue) = 243+10+143=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F30A8F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30A8F is #0CF570. Grayscale: #5E5E5E. Windows color (decimal): -849265 or 9374451. OLE color: 9374451.
HSL color Cylindrical-coordinate representation of color #F30A8F: hue angle of 325.75º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30A8F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 143 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.05 |
| HSL | 325.75º | 0.92% | 0.5% | - |
| HSV(B) | 325.75º | 0.96% | 0.95% | - |
| XYZ | 42.03 | 21.25 | 27.87 | - |
| YUV | 94.83 | 155.19 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 143 | 0 | 0.96 | 0.41 | 0.05 | 325.75 | 0.92 | 0.5 |
| Hex | F3 | A | 8F | 0 | 60 | 29 | 5 | 146 | 5C | 32 |
| Octal | 363 | 12 | 217 | 0 | 140 | 51 | 5 | 506 | 134 | 62 |
| Binary | 11110011 | 1010 | 10001111 | 0 | 1100000 | 101001 | 101 | 101000110 | 1011100 | 110010 |
Color Harmonies of #F30A8F
Complementary color
Monochromatic Colors of #F30A8F
Black with #F30A8F
Text Example
Text Example
White with #F30A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30A8F; }
p { color: rgb(243,10,143); }
H1.HeaderClassName
{
color: #F30A8F;
}
.AnyTagClassName
{
color: #F30A8F;
}
</style>
background-color css
<style>
a { background-color: #F30A8F; }
a { background-color: rgb(243,10,143); }
div.DivClassName
{
background-color: #F30A8F;
}
.BgClassName
{
background-color: #F30A8F;
}
</style>
border-color css
<style>
span { border-color: #F30A8F; }
span { border-color: rgb(243,10,143); }
td.TdClassName
{
border-color: #F30A8F;
}
.TagClassName
{
border-color: #F30A8F;
}
</style>