Html Css Color HEX #F2A175 Hit Pink

📋 copy color: '#F2A175'

red 242 ◦ green 161 ◦ blue 117

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

Shades of Hit Pink #F2A175

Tints of Hit Pink #F2A175

RGB

 RED value IS 242 (94.92% from 255) = 46.54%

 GREEN value IS 161 (63.28% from 255) = 30.96%

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

R = 46.54%
G = 30.96%
B = 22.5%

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

#F2A175 (or 0xF2A175) is known color: Hit Pink. HEX triplet: F2, A1 and 75. RGB value is (242,161,117). Sum of RGB (Red+Green+Blue) = 242+161+117=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A175 is #0D5E8A. Grayscale: #B4B4B4. Windows color (decimal): -876171 or 7709170. OLE color: 7709170.

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

Color convert

RGB 242 161 117 -
CMYK 0 0.33 0.52 0.05
HSL 21.12º 0.83% 0.7% -
HSV(B) 21.12º 0.52% 0.95% -
XYZ 52.57 45.65 22.87 -
YUV 180.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 242 161 117 0 0.33 0.52 0.05 21.12 0.83 0.7
Hex F2 A1 75 0 21 34 5 15 53 46
Octal 362 241 165 0 41 64 5 25 123 106
Binary 11110010 10100001 1110101 0 100001 110100 101 10101 1010011 1000110

Color Harmonies of #F2A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A175

Black with #F2A175

Text Example


Text Example

White with #F2A175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A175; }

 p { color: rgb(242,161,117); }

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

background-color css

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

 a { background-color: rgb(242,161,117); }

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

border-color css

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

 span { border-color: rgb(242,161,117); }

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