#F14B71

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

Shades of Dark Pink #F14B71

Tints of Dark Pink #F14B71

Color information

#F14B71 (or 0xF14B71) is unknown color: approx Dark Pink. HEX triplet: F1, 4B and 71. RGB value is (241,75,113). Sum of RGB (Red+Green+Blue) = 241+75+113=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B71 is #0EB48E. Grayscale: #808080. Windows color (decimal): -963727 or 7425009. OLE color: 7425009.

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

Color convert

RGB24175113-
CMYK00.690.530.05
HSL346.27º85.57%61.96%-
HSV(B)346.27º68.88%94.51%-
XYZ41.7724.9318.23-
YUV128.97119207.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.18%
GREEN value IS 75 (29.69% from 255) = 17.48%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=56.18%
G=17.48%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417511300.690.530.05346.2785.5761.96
HexF14B7104535515a563e
Octal361113161010565553212676
Binary1111000110010111110001010001011101011011010110101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B71; }

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

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

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

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

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

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

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

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