#F1A375

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

Shades of Hit Pink #F1A375

Tints of Hit Pink #F1A375

Color information

#F1A375 (or 0xF1A375) is unknown color: approx Hit Pink. HEX triplet: F1, A3 and 75. RGB value is (241,163,117). Sum of RGB (Red+Green+Blue) = 241+163+117=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A375 is #0E5C8A. Grayscale: #B5B5B5. Windows color (decimal): -941195 or 7709681. OLE color: 7709681.

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

Color convert

RGB241163117-
CMYK00.320.510.05
HSL22.26º81.58%70.2%-
HSV(B)22.26º51.45%94.51%-
XYZ52.5846.1822.97-
YUV181.0891.84170.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.26%
GREEN value IS 163 (64.06% from 255) = 31.29%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=46.26%
G=31.29%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116311700.320.510.0522.2681.5870.2
HexF1A375020335165246
Octal36124316504063526122106
Binary1111000110100011111010101000001100111011011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A375; }

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

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

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

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

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

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

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

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