#F14979

Color #F14979 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #F14979

Tints of Dark Pink #F14979

Color information

#F14979 (or 0xF14979) is unknown color: approx Dark Pink. HEX triplet: F1, 49 and 79. RGB value is (241,73,121). Sum of RGB (Red+Green+Blue) = 241+73+121=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F14979 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14979 is #0EB686. Grayscale: #808080. Windows color (decimal): -964231 or 7948785. OLE color: 7948785.

HSL color Cylindrical-coordinate representation of color #F14979: hue angle of 342.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14979 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB24173121-
CMYK00.700.500.05
HSL342.86º85.71%61.57%-
HSV(B)342.86º69.71%94.51%-
XYZ42.1124.8520.67-
YUV128.7123.66208.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=55.40%
G=16.78%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417312100.700.500.05342.8685.7161.57
HexF14979046325157563e
Octal361111171010662552712676
Binary1111000110010011111001010001101100101011010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14979; }

 p { color: rgb(241,73,121); }

 H1.HeaderClassName
 {
   color: #F14979;
 }
 .AnyTagClassName
 {
   color: #F14979;
 }
</style>
background-color css

<style>
 a { background-color: #F14979; }

 a { background-color: rgb(241,73,121); }

 div.DivClassName
 {
   background-color: #F14979;
 }
 .BgClassName
 {
   background-color: #F14979;
 }
</style>
border-color css

<style>
 span { border-color: #F14979; }

 span { border-color: rgb(241,73,121); }

 td.TdClassName
 {
   border-color: #F14979;
 }
 .TagClassName
 {
   border-color: #F14979;
 }
</style>