#F14275

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

Shades of Dark Pink #F14275

Tints of Dark Pink #F14275

Color information

#F14275 (or 0xF14275) is unknown color: approx Dark Pink. HEX triplet: F1, 42 and 75. RGB value is (241,66,117). Sum of RGB (Red+Green+Blue) = 241+66+117=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F14275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F14275 is #0EBD8A. Grayscale: #7C7C7C. Windows color (decimal): -966027 or 7684849. OLE color: 7684849.

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

Color convert

RGB24166117-
CMYK00.730.510.05
HSL342.51º86.21%60.2%-
HSV(B)342.51º72.61%94.51%-
XYZ41.4323.8819.26-
YUV124.14123.98211.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.84%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=56.84%
G=15.57%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2416611700.730.510.05342.5186.2160.2
HexF14275049335157563c
Octal361102165011163552712674
Binary1111000110000101110101010010011100111011010101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14275; }

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

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

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

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

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

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

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

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