Shades of Deep Pink #F3087F
Tints of Deep Pink #F3087F
RGB
CMYK
RGB Variations
Color information
#F3087F (or 0xF3087F) is known color: Deep Pink. HEX triplet: F3, 08 and 7F. RGB value is (243,8,127). Sum of RGB (Red+Green+Blue) = 243+8+127=378 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.29% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 243 - color contains mainly: red. Hex color #F3087F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3087F is #0CF780. Grayscale: #5B5B5B. Windows color (decimal): -849793 or 8325363. OLE color: 8325363.
HSL color Cylindrical-coordinate representation of color #F3087F: hue angle of 329.62º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3087F is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 8 | 127 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.05 |
| HSL | 329.62º | 0.94% | 0.49% | - |
| HSV(B) | 329.62º | 0.97% | 0.95% | - |
| XYZ | 40.88 | 20.76 | 21.93 | - |
| YUV | 91.83 | 147.86 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 8 | 127 | 0 | 0.97 | 0.48 | 0.05 | 329.62 | 0.94 | 0.49 |
| Hex | F3 | 8 | 7F | 0 | 61 | 30 | 5 | 14A | 5E | 31 |
| Octal | 363 | 10 | 177 | 0 | 141 | 60 | 5 | 512 | 136 | 61 |
| Binary | 11110011 | 1000 | 1111111 | 0 | 1100001 | 110000 | 101 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F3087F
Complementary color
Monochromatic Colors of #F3087F
Black with #F3087F
Text Example
Text Example
White with #F3087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3087F; }
p { color: rgb(243,8,127); }
H1.HeaderClassName
{
color: #F3087F;
}
.AnyTagClassName
{
color: #F3087F;
}
</style>
background-color css
<style>
a { background-color: #F3087F; }
a { background-color: rgb(243,8,127); }
div.DivClassName
{
background-color: #F3087F;
}
.BgClassName
{
background-color: #F3087F;
}
</style>
border-color css
<style>
span { border-color: #F3087F; }
span { border-color: rgb(243,8,127); }
td.TdClassName
{
border-color: #F3087F;
}
.TagClassName
{
border-color: #F3087F;
}
</style>