Shades of Deep Pink #F3057A
Tints of Deep Pink #F3057A
RGB
CMYK
RGB Variations
Color information
#F3057A (or 0xF3057A) is known color: Deep Pink. HEX triplet: F3, 05 and 7A. RGB value is (243,5,122). Sum of RGB (Red+Green+Blue) = 243+5+122=370 (49% of max value = 765). Red value is 243 (95.31% from 255 or 65.68% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 243 - color contains mainly: red. Hex color #F3057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3057A is #0CFA85. Grayscale: #595959. Windows color (decimal): -850566 or 7996915. OLE color: 7996915.
HSL color Cylindrical-coordinate representation of color #F3057A: hue angle of 330.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3057A is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.05 |
| HSL | 330.5º | 0.96% | 0.49% | - |
| HSV(B) | 330.5º | 0.98% | 0.95% | - |
| XYZ | 40.53 | 20.57 | 20.25 | - |
| YUV | 89.5 | 146.35 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 122 | 0 | 0.98 | 0.50 | 0.05 | 330.5 | 0.96 | 0.49 |
| Hex | F3 | 5 | 7A | 0 | 62 | 32 | 5 | 14B | 60 | 31 |
| Octal | 363 | 5 | 172 | 0 | 142 | 62 | 5 | 513 | 140 | 61 |
| Binary | 11110011 | 101 | 1111010 | 0 | 1100010 | 110010 | 101 | 101001011 | 1100000 | 110001 |
Color Harmonies of #F3057A
Complementary color
Monochromatic Colors of #F3057A
Black with #F3057A
Text Example
Text Example
White with #F3057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3057A; }
p { color: rgb(243,5,122); }
H1.HeaderClassName
{
color: #F3057A;
}
.AnyTagClassName
{
color: #F3057A;
}
</style>
background-color css
<style>
a { background-color: #F3057A; }
a { background-color: rgb(243,5,122); }
div.DivClassName
{
background-color: #F3057A;
}
.BgClassName
{
background-color: #F3057A;
}
</style>
border-color css
<style>
span { border-color: #F3057A; }
span { border-color: rgb(243,5,122); }
td.TdClassName
{
border-color: #F3057A;
}
.TagClassName
{
border-color: #F3057A;
}
</style>