Html Css Color HEX #F1A275 Hit Pink

📋 copy color: '#F1A275'

red 241 ◦ green 162 ◦ blue 117

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

Shades of Hit Pink #F1A275

Tints of Hit Pink #F1A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.15%

 BLUE value IS 117 (46.09% from 255) = 22.5%

R = 46.35%
G = 31.15%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1A275 (or 0xF1A275) is known color: Hit Pink. HEX triplet: F1, A2 and 75. RGB value is (241,162,117). Sum of RGB (Red+Green+Blue) = 241+162+117=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A275 is #0E5D8A. Grayscale: #B4B4B4. Windows color (decimal): -941451 or 7709425. OLE color: 7709425.

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

Color convert

RGB 241 162 117 -
CMYK 0 0.33 0.51 0.05
HSL 21.77º 0.82% 0.7% -
HSV(B) 21.77º 0.51% 0.95% -
XYZ 52.41 45.83 22.91 -
YUV 180.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 241 162 117 0 0.33 0.51 0.05 21.77 0.82 0.7
Hex F1 A2 75 0 21 33 5 16 52 46
Octal 361 242 165 0 41 63 5 26 122 106
Binary 11110001 10100010 1110101 0 100001 110011 101 10110 1010010 1000110

Color Harmonies of #F1A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A275

Black with #F1A275

Text Example


Text Example

White with #F1A275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A275; }

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

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

background-color css

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

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

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

border-color css

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

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

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