#F14B75

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

Shades of Dark Pink #F14B75

Tints of Dark Pink #F14B75

Color information

#F14B75 (or 0xF14B75) is unknown color: approx Dark Pink. HEX triplet: F1, 4B and 75. RGB value is (241,75,117). Sum of RGB (Red+Green+Blue) = 241+75+117=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B75 is #0EB48A. Grayscale: #818181. Windows color (decimal): -963723 or 7687153. OLE color: 7687153.

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

Color convert

RGB24175117-
CMYK00.690.510.05
HSL344.82º85.57%61.96%-
HSV(B)344.82º68.88%94.51%-
XYZ4225.0219.44-
YUV129.42121207.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.66%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=55.66%
G=17.32%
B=27.02%

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
Decimal2417511700.690.510.05344.8285.5761.96
HexF14B75045335159563e
Octal361113165010563553112676
Binary1111000110010111110101010001011100111011010110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B75; }

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

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

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

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

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

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

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

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