Shades of Dark Pink #F14274
Tints of Dark Pink #F14274
RGB
CMYK
RGB Variations
Color information
#F14274 (or 0xF14274) is known color: Dark Pink. HEX triplet: F1, 42 and 74. RGB value is (241,66,116). Sum of RGB (Red+Green+Blue) = 241+66+116=423 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.97% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 241 - color contains mainly: red. Hex color #F14274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14274 is #0EBD8B. Grayscale: #7C7C7C. Windows color (decimal): -966028 or 7619313. OLE color: 7619313.
HSL color Cylindrical-coordinate representation of color #F14274: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F14274 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 66 | 116 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.05 |
| HSL | 342.86º | 0.86% | 0.6% | - |
| HSV(B) | 342.86º | 0.73% | 0.95% | - |
| XYZ | 41.38 | 23.86 | 18.95 | - |
| YUV | 124.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 66 | 116 | 0 | 0.73 | 0.52 | 0.05 | 342.86 | 0.86 | 0.6 |
| Hex | F1 | 42 | 74 | 0 | 49 | 34 | 5 | 157 | 56 | 3C |
| Octal | 361 | 102 | 164 | 0 | 111 | 64 | 5 | 527 | 126 | 74 |
| Binary | 11110001 | 1000010 | 1110100 | 0 | 1001001 | 110100 | 101 | 101010111 | 1010110 | 111100 |
Color Harmonies of #F14274
Complementary color
Monochromatic Colors of #F14274
Black with #F14274
Text Example
Text Example
White with #F14274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14274; }
p { color: rgb(241,66,116); }
H1.HeaderClassName
{
color: #F14274;
}
.AnyTagClassName
{
color: #F14274;
}
</style>
background-color css
<style>
a { background-color: #F14274; }
a { background-color: rgb(241,66,116); }
div.DivClassName
{
background-color: #F14274;
}
.BgClassName
{
background-color: #F14274;
}
</style>
border-color css
<style>
span { border-color: #F14274; }
span { border-color: rgb(241,66,116); }
td.TdClassName
{
border-color: #F14274;
}
.TagClassName
{
border-color: #F14274;
}
</style>