#F14B7A

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

Shades of Dark Pink #F14B7A

Tints of Dark Pink #F14B7A

Color information

#F14B7A (or 0xF14B7A) is unknown color: approx Dark Pink. HEX triplet: F1, 4B and 7A. RGB value is (241,75,122). Sum of RGB (Red+Green+Blue) = 241+75+122=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14B7A is #0EB485. Grayscale: #818181. Windows color (decimal): -963718 or 8014833. OLE color: 8014833.

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

Color convert

RGB24175122-
CMYK00.690.490.05
HSL343.01º85.57%61.96%-
HSV(B)343.01º68.88%94.51%-
XYZ42.325.1421.03-
YUV129.99123.5207.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.02%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=55.02%
G=17.12%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417512200.690.490.05343.0185.5761.96
HexF14B7A045315157563e
Octal361113172010561552712676
Binary1111000110010111111010010001011100011011010101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14B7A; }

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

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

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

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

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

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

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

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