#F19F75

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

Shades of Hit Pink #F19F75

Tints of Hit Pink #F19F75

Color information

#F19F75 (or 0xF19F75) is unknown color: approx Hit Pink. HEX triplet: F1, 9F and 75. RGB value is (241,159,117). Sum of RGB (Red+Green+Blue) = 241+159+117=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F75 is #0E608A. Grayscale: #B2B2B2. Windows color (decimal): -942219 or 7708657. OLE color: 7708657.

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

Color convert

RGB241159117-
CMYK00.340.510.05
HSL20.32º81.58%70.2%-
HSV(B)20.32º51.45%94.51%-
XYZ51.8844.7822.74-
YUV178.7393.17172.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=46.62%
G=30.75%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115911700.340.510.0520.3281.5870.2
HexF19F75022335145246
Octal36123716504263524122106
Binary1111000110011111111010101000101100111011010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F75; }

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

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

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

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

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

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

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

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