Shades of Deep Pink #F3107F
Tints of Deep Pink #F3107F
RGB
CMYK
RGB Variations
Color information
#F3107F (or 0xF3107F) is known color: Deep Pink. HEX triplet: F3, 10 and 7F. RGB value is (243,16,127). Sum of RGB (Red+Green+Blue) = 243+16+127=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3107F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3107F is #0CEF80. Grayscale: #606060. Windows color (decimal): -847745 or 8327411. OLE color: 8327411.
HSL color Cylindrical-coordinate representation of color #F3107F: hue angle of 330.66º 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 #F3107F is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 127 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.05 |
| HSL | 330.66º | 0.9% | 0.51% | - |
| HSV(B) | 330.66º | 0.93% | 0.95% | - |
| XYZ | 40.98 | 20.96 | 21.96 | - |
| YUV | 96.53 | 145.21 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 127 | 0 | 0.93 | 0.48 | 0.05 | 330.66 | 0.9 | 0.51 |
| Hex | F3 | 10 | 7F | 0 | 5D | 30 | 5 | 14B | 5A | 33 |
| Octal | 363 | 20 | 177 | 0 | 135 | 60 | 5 | 513 | 132 | 63 |
| Binary | 11110011 | 10000 | 1111111 | 0 | 1011101 | 110000 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F3107F
Complementary color
Monochromatic Colors of #F3107F
Black with #F3107F
Text Example
Text Example
White with #F3107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3107F; }
p { color: rgb(243,16,127); }
H1.HeaderClassName
{
color: #F3107F;
}
.AnyTagClassName
{
color: #F3107F;
}
</style>
background-color css
<style>
a { background-color: #F3107F; }
a { background-color: rgb(243,16,127); }
div.DivClassName
{
background-color: #F3107F;
}
.BgClassName
{
background-color: #F3107F;
}
</style>
border-color css
<style>
span { border-color: #F3107F; }
span { border-color: rgb(243,16,127); }
td.TdClassName
{
border-color: #F3107F;
}
.TagClassName
{
border-color: #F3107F;
}
</style>