Shades of Deep Pink #F10B7F
Tints of Deep Pink #F10B7F
RGB
CMYK
RGB Variations
Color information
#F10B7F (or 0xF10B7F) is known color: Deep Pink. HEX triplet: F1, 0B and 7F. RGB value is (241,11,127). Sum of RGB (Red+Green+Blue) = 241+11+127=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F10B7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10B7F is #0EF480. Grayscale: #5C5C5C. Windows color (decimal): -980097 or 8326129. OLE color: 8326129.
HSL color Cylindrical-coordinate representation of color #F10B7F: hue angle of 329.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10B7F is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 127 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.05 |
| HSL | 329.74º | 0.91% | 0.49% | - |
| HSV(B) | 329.74º | 0.95% | 0.95% | - |
| XYZ | 40.23 | 20.47 | 21.91 | - |
| YUV | 92.99 | 147.2 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 127 | 0 | 0.95 | 0.47 | 0.05 | 329.74 | 0.91 | 0.49 |
| Hex | F1 | B | 7F | 0 | 5F | 2F | 5 | 14A | 5B | 31 |
| Octal | 361 | 13 | 177 | 0 | 137 | 57 | 5 | 512 | 133 | 61 |
| Binary | 11110001 | 1011 | 1111111 | 0 | 1011111 | 101111 | 101 | 101001010 | 1011011 | 110001 |
Color Harmonies of #F10B7F
Complementary color
Monochromatic Colors of #F10B7F
Black with #F10B7F
Text Example
Text Example
White with #F10B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10B7F; }
p { color: rgb(241,11,127); }
H1.HeaderClassName
{
color: #F10B7F;
}
.AnyTagClassName
{
color: #F10B7F;
}
</style>
background-color css
<style>
a { background-color: #F10B7F; }
a { background-color: rgb(241,11,127); }
div.DivClassName
{
background-color: #F10B7F;
}
.BgClassName
{
background-color: #F10B7F;
}
</style>
border-color css
<style>
span { border-color: #F10B7F; }
span { border-color: rgb(241,11,127); }
td.TdClassName
{
border-color: #F10B7F;
}
.TagClassName
{
border-color: #F10B7F;
}
</style>