Html Css Color HEX #F1A274 Hit Pink

📋 copy color: '#F1A274'

red 241 ◦ green 162 ◦ blue 116

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

Shades of Hit Pink #F1A274

Tints of Hit Pink #F1A274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 46.44%
G = 31.21%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1A274 (or 0xF1A274) is known color: Hit Pink. HEX triplet: F1, A2 and 74. RGB value is (241,162,116). Sum of RGB (Red+Green+Blue) = 241+162+116=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A274 is #0E5D8B. Grayscale: #B4B4B4. Windows color (decimal): -941452 or 7643889. OLE color: 7643889.

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

Color convert

RGB 241 162 116 -
CMYK 0 0.33 0.52 0.05
HSL 22.08º 0.82% 0.7% -
HSV(B) 22.08º 0.52% 0.95% -
XYZ 52.35 45.8 22.6 -
YUV 180.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 241 162 116 0 0.33 0.52 0.05 22.08 0.82 0.7
Hex F1 A2 74 0 21 34 5 16 52 46
Octal 361 242 164 0 41 64 5 26 122 106
Binary 11110001 10100010 1110100 0 100001 110100 101 10110 1010010 1000110

Color Harmonies of #F1A274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A274

Black with #F1A274

Text Example


Text Example

White with #F1A274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A274; }

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

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

background-color css

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

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

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

border-color css

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

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

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