Shades of Dark Pink #F15277
Tints of Dark Pink #F15277
RGB
CMYK
RGB Variations
Color information
#F15277 (or 0xF15277) is known color: Dark Pink. HEX triplet: F1, 52 and 77. RGB value is (241,82,119). Sum of RGB (Red+Green+Blue) = 241+82+119=442 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.52% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 241 - color contains mainly: red. Hex color #F15277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15277 is #0EAD88. Grayscale: #858585. Windows color (decimal): -961929 or 7820017. OLE color: 7820017.
HSL color Cylindrical-coordinate representation of color #F15277: hue angle of 346.04º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F15277 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 119 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.05 |
| HSL | 346.04º | 0.85% | 0.63% | - |
| HSV(B) | 346.04º | 0.66% | 0.95% | - |
| XYZ | 42.62 | 26.07 | 20.24 | - |
| YUV | 133.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 119 | 0 | 0.66 | 0.51 | 0.05 | 346.04 | 0.85 | 0.63 |
| Hex | F1 | 52 | 77 | 0 | 42 | 33 | 5 | 15A | 55 | 3F |
| Octal | 361 | 122 | 167 | 0 | 102 | 63 | 5 | 532 | 125 | 77 |
| Binary | 11110001 | 1010010 | 1110111 | 0 | 1000010 | 110011 | 101 | 101011010 | 1010101 | 111111 |
Color Harmonies of #F15277
Complementary color
Monochromatic Colors of #F15277
Black with #F15277
Text Example
Text Example
White with #F15277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15277; }
p { color: rgb(241,82,119); }
H1.HeaderClassName
{
color: #F15277;
}
.AnyTagClassName
{
color: #F15277;
}
</style>
background-color css
<style>
a { background-color: #F15277; }
a { background-color: rgb(241,82,119); }
div.DivClassName
{
background-color: #F15277;
}
.BgClassName
{
background-color: #F15277;
}
</style>
border-color css
<style>
span { border-color: #F15277; }
span { border-color: rgb(241,82,119); }
td.TdClassName
{
border-color: #F15277;
}
.TagClassName
{
border-color: #F15277;
}
</style>