Shades of Deep Pink #F3107D
Tints of Deep Pink #F3107D
RGB
CMYK
RGB Variations
Color information
#F3107D (or 0xF3107D) is known color: Deep Pink. HEX triplet: F3, 10 and 7D. RGB value is (243,16,125). Sum of RGB (Red+Green+Blue) = 243+16+125=384 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.28% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 243 - color contains mainly: red. Hex color #F3107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3107D is #0CEF82. Grayscale: #606060. Windows color (decimal): -847747 or 8196339. OLE color: 8196339.
HSL color Cylindrical-coordinate representation of color #F3107D: hue angle of 331.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3107D is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.19º | 0.9% | 0.51% | - |
| HSV(B) | 331.19º | 0.93% | 0.95% | - |
| XYZ | 40.85 | 20.91 | 21.28 | - |
| YUV | 96.3 | 144.21 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 125 | 0 | 0.93 | 0.49 | 0.05 | 331.19 | 0.9 | 0.51 |
| Hex | F3 | 10 | 7D | 0 | 5D | 31 | 5 | 14B | 5A | 33 |
| Octal | 363 | 20 | 175 | 0 | 135 | 61 | 5 | 513 | 132 | 63 |
| Binary | 11110011 | 10000 | 1111101 | 0 | 1011101 | 110001 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F3107D
Complementary color
Monochromatic Colors of #F3107D
Black with #F3107D
Text Example
Text Example
White with #F3107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3107D; }
p { color: rgb(243,16,125); }
H1.HeaderClassName
{
color: #F3107D;
}
.AnyTagClassName
{
color: #F3107D;
}
</style>
background-color css
<style>
a { background-color: #F3107D; }
a { background-color: rgb(243,16,125); }
div.DivClassName
{
background-color: #F3107D;
}
.BgClassName
{
background-color: #F3107D;
}
</style>
border-color css
<style>
span { border-color: #F3107D; }
span { border-color: rgb(243,16,125); }
td.TdClassName
{
border-color: #F3107D;
}
.TagClassName
{
border-color: #F3107D;
}
</style>