Shades of Deep Pink #F3107B
Tints of Deep Pink #F3107B
RGB
CMYK
RGB Variations
Color information
#F3107B (or 0xF3107B) is known color: Deep Pink. HEX triplet: F3, 10 and 7B. RGB value is (243,16,123). Sum of RGB (Red+Green+Blue) = 243+16+123=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F3107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3107B is #0CEF84. Grayscale: #5F5F5F. Windows color (decimal): -847749 or 8065267. OLE color: 8065267.
HSL color Cylindrical-coordinate representation of color #F3107B: hue angle of 331.72º 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 #F3107B is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.05 |
| HSL | 331.72º | 0.9% | 0.51% | - |
| HSV(B) | 331.72º | 0.93% | 0.95% | - |
| XYZ | 40.72 | 20.86 | 20.62 | - |
| YUV | 96.07 | 143.21 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 123 | 0 | 0.93 | 0.49 | 0.05 | 331.72 | 0.9 | 0.51 |
| Hex | F3 | 10 | 7B | 0 | 5D | 31 | 5 | 14C | 5A | 33 |
| Octal | 363 | 20 | 173 | 0 | 135 | 61 | 5 | 514 | 132 | 63 |
| Binary | 11110011 | 10000 | 1111011 | 0 | 1011101 | 110001 | 101 | 101001100 | 1011010 | 110011 |
Color Harmonies of #F3107B
Complementary color
Monochromatic Colors of #F3107B
Black with #F3107B
Text Example
Text Example
White with #F3107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3107B; }
p { color: rgb(243,16,123); }
H1.HeaderClassName
{
color: #F3107B;
}
.AnyTagClassName
{
color: #F3107B;
}
</style>
background-color css
<style>
a { background-color: #F3107B; }
a { background-color: rgb(243,16,123); }
div.DivClassName
{
background-color: #F3107B;
}
.BgClassName
{
background-color: #F3107B;
}
</style>
border-color css
<style>
span { border-color: #F3107B; }
span { border-color: rgb(243,16,123); }
td.TdClassName
{
border-color: #F3107B;
}
.TagClassName
{
border-color: #F3107B;
}
</style>