Html Css Color HEX #F1A471 Hit Pink

📋 copy color: '#F1A471'

red 241 ◦ green 164 ◦ blue 113

#F1A471
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hit Pink #F1A471

Tints of Hit Pink #F1A471

RGB

 RED value IS 241 (94.53% from 255) = 46.53%

 GREEN value IS 164 (64.45% from 255) = 31.66%

 BLUE value IS 113 (44.53% from 255) = 21.81%

R = 46.53%
G = 31.66%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F1A471 (or 0xF1A471) is known color: Hit Pink. HEX triplet: F1, A4 and 71. RGB value is (241,164,113). Sum of RGB (Red+Green+Blue) = 241+164+113=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A471 is #0E5B8E. Grayscale: #B5B5B5. Windows color (decimal): -940943 or 7447793. OLE color: 7447793.

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

Color convert

RGB 241 164 113 -
CMYK 0 0.32 0.53 0.05
HSL 23.91º 0.82% 0.69% -
HSV(B) 23.91º 0.53% 0.95% -
XYZ 52.53 46.44 21.82 -
YUV 181.21 89.51 170.65 -
System Red Green Blue C M Y K H S L
Decimal 241 164 113 0 0.32 0.53 0.05 23.91 0.82 0.69
Hex F1 A4 71 0 20 35 5 18 52 45
Octal 361 244 161 0 40 65 5 30 122 105
Binary 11110001 10100100 1110001 0 100000 110101 101 11000 1010010 1000101

Color Harmonies of #F1A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A471

Black with #F1A471

Text Example


Text Example

White with #F1A471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A471; }

 p { color: rgb(241,164,113); }

 H1.HeaderClassName
 {
   color: #F1A471;
 }
 .AnyTagClassName
 {
   color: #F1A471;
 }
</style>

background-color css

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

 a { background-color: rgb(241,164,113); }

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

border-color css

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

 span { border-color: rgb(241,164,113); }

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