Shades of Deep Pink #F3177C
Tints of Deep Pink #F3177C
RGB
CMYK
RGB Variations
Color information
#F3177C (or 0xF3177C) is known color: Deep Pink. HEX triplet: F3, 17 and 7C. RGB value is (243,23,124). Sum of RGB (Red+Green+Blue) = 243+23+124=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3177C is #0CE883. Grayscale: #646464. Windows color (decimal): -845956 or 8132595. OLE color: 8132595.
HSL color Cylindrical-coordinate representation of color #F3177C: hue angle of 332.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3177C is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 124 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.05 |
| HSL | 332.45º | 0.9% | 0.52% | - |
| HSV(B) | 332.45º | 0.91% | 0.95% | - |
| XYZ | 40.91 | 21.12 | 20.99 | - |
| YUV | 100.29 | 141.39 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 124 | 0 | 0.91 | 0.49 | 0.05 | 332.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | 7C | 0 | 5B | 31 | 5 | 14C | 5A | 34 |
| Octal | 363 | 27 | 174 | 0 | 133 | 61 | 5 | 514 | 132 | 64 |
| Binary | 11110011 | 10111 | 1111100 | 0 | 1011011 | 110001 | 101 | 101001100 | 1011010 | 110100 |
Color Harmonies of #F3177C
Complementary color
Monochromatic Colors of #F3177C
Black with #F3177C
Text Example
Text Example
White with #F3177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3177C; }
p { color: rgb(243,23,124); }
H1.HeaderClassName
{
color: #F3177C;
}
.AnyTagClassName
{
color: #F3177C;
}
</style>
background-color css
<style>
a { background-color: #F3177C; }
a { background-color: rgb(243,23,124); }
div.DivClassName
{
background-color: #F3177C;
}
.BgClassName
{
background-color: #F3177C;
}
</style>
border-color css
<style>
span { border-color: #F3177C; }
span { border-color: rgb(243,23,124); }
td.TdClassName
{
border-color: #F3177C;
}
.TagClassName
{
border-color: #F3177C;
}
</style>