#F14B76

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

Shades of Dark Pink #F14B76

Tints of Dark Pink #F14B76

Color information

#F14B76 (or 0xF14B76) is unknown color: approx Dark Pink. HEX triplet: F1, 4B and 76. RGB value is (241,75,118). Sum of RGB (Red+Green+Blue) = 241+75+118=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B76 is #0EB489. Grayscale: #818181. Windows color (decimal): -963722 or 7752689. OLE color: 7752689.

HSL color Cylindrical-coordinate representation of color #F14B76: hue angle of 344.46º 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 #F14B76 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24175118-
CMYK00.690.510.05
HSL344.46º85.57%61.96%-
HSV(B)344.46º68.88%94.51%-
XYZ42.0625.0419.76-
YUV129.54121.5207.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=55.53%
G=17.28%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417511800.690.510.05344.4685.5761.96
HexF14B76045335158563e
Octal361113166010563553012676
Binary1111000110010111110110010001011100111011010110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B76; }

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

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

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

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

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

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

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

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