#F14D74

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

Shades of Dark Pink #F14D74

Tints of Dark Pink #F14D74

Color information

#F14D74 (or 0xF14D74) is unknown color: approx Dark Pink. HEX triplet: F1, 4D and 74. RGB value is (241,77,116). Sum of RGB (Red+Green+Blue) = 241+77+116=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14D74 is #0EB28B. Grayscale: #828282. Windows color (decimal): -963212 or 7622129. OLE color: 7622129.

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

Color convert

RGB24177116-
CMYK00.680.520.05
HSL345.73º85.42%62.35%-
HSV(B)345.73º68.05%94.51%-
XYZ42.0825.2719.18-
YUV130.48119.83206.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 77 (30.47% from 255) = 17.74%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=55.53%
G=17.74%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417711600.680.520.05345.7385.4262.35
HexF14D7404434515a553e
Octal361115164010464553212576
Binary1111000110011011110100010001001101001011010110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14D74; }

 p { color: rgb(241,77,116); }

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

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

 a { background-color: rgb(241,77,116); }

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

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

 span { border-color: rgb(241,77,116); }

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