#F14875

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

Shades of Dark Pink #F14875

Tints of Dark Pink #F14875

Color information

#F14875 (or 0xF14875) is unknown color: approx Dark Pink. HEX triplet: F1, 48 and 75. RGB value is (241,72,117). Sum of RGB (Red+Green+Blue) = 241+72+117=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F14875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14875 is #0EB78A. Grayscale: #7F7F7F. Windows color (decimal): -964491 or 7686385. OLE color: 7686385.

HSL color Cylindrical-coordinate representation of color #F14875: hue angle of 344.02º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14875 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24172117-
CMYK00.700.510.05
HSL344.02º85.79%61.37%-
HSV(B)344.02º70.12%94.51%-
XYZ41.824.6219.38-
YUV127.66121.99208.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.05%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=56.05%
G=16.74%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417211700.700.510.05344.0285.7961.37
HexF14875046335158563d
Octal361110165010663553012675
Binary1111000110010001110101010001101100111011010110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14875; }

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

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

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

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

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

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

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

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