#F14B79

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

Shades of Dark Pink #F14B79

Tints of Dark Pink #F14B79

Color information

#F14B79 (or 0xF14B79) is unknown color: approx Dark Pink. HEX triplet: F1, 4B and 79. RGB value is (241,75,121). Sum of RGB (Red+Green+Blue) = 241+75+121=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B79 is #0EB486. Grayscale: #818181. Windows color (decimal): -963719 or 7949297. OLE color: 7949297.

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

Color convert

RGB24175121-
CMYK00.690.500.05
HSL343.37º85.57%61.96%-
HSV(B)343.37º68.88%94.51%-
XYZ42.2425.1120.71-
YUV129.88123207.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.15%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=55.15%
G=17.16%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417512100.690.500.05343.3785.5761.96
HexF14B79045325157563e
Octal361113171010562552712676
Binary1111000110010111111001010001011100101011010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B79; }

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

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

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

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

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

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

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

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