Shades of Deep Pink #F3177F
Tints of Deep Pink #F3177F
RGB
CMYK
RGB Variations
Color information
#F3177F (or 0xF3177F) is known color: Deep Pink. HEX triplet: F3, 17 and 7F. RGB value is (243,23,127). Sum of RGB (Red+Green+Blue) = 243+23+127=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F3177F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3177F is #0CE880. Grayscale: #646464. Windows color (decimal): -845953 or 8329203. OLE color: 8329203.
HSL color Cylindrical-coordinate representation of color #F3177F: hue angle of 331.64º 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 #F3177F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 127 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.05 |
| HSL | 331.64º | 0.9% | 0.52% | - |
| HSV(B) | 331.64º | 0.91% | 0.95% | - |
| XYZ | 41.1 | 21.2 | 22 | - |
| YUV | 100.64 | 142.89 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 127 | 0 | 0.91 | 0.48 | 0.05 | 331.64 | 0.9 | 0.52 |
| Hex | F3 | 17 | 7F | 0 | 5B | 30 | 5 | 14C | 5A | 34 |
| Octal | 363 | 27 | 177 | 0 | 133 | 60 | 5 | 514 | 132 | 64 |
| Binary | 11110011 | 10111 | 1111111 | 0 | 1011011 | 110000 | 101 | 101001100 | 1011010 | 110100 |
Color Harmonies of #F3177F
Complementary color
Monochromatic Colors of #F3177F
Black with #F3177F
Text Example
Text Example
White with #F3177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3177F; }
p { color: rgb(243,23,127); }
H1.HeaderClassName
{
color: #F3177F;
}
.AnyTagClassName
{
color: #F3177F;
}
</style>
background-color css
<style>
a { background-color: #F3177F; }
a { background-color: rgb(243,23,127); }
div.DivClassName
{
background-color: #F3177F;
}
.BgClassName
{
background-color: #F3177F;
}
</style>
border-color css
<style>
span { border-color: #F3177F; }
span { border-color: rgb(243,23,127); }
td.TdClassName
{
border-color: #F3177F;
}
.TagClassName
{
border-color: #F3177F;
}
</style>