Html Css Color HEX #F2A075 Hit Pink

📋 copy color: '#F2A075'

red 242 ◦ green 160 ◦ blue 117

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

Shades of Hit Pink #F2A075

Tints of Hit Pink #F2A075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 46.63%
G = 30.83%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2A075 (or 0xF2A075) is known color: Hit Pink. HEX triplet: F2, A0 and 75. RGB value is (242,160,117). Sum of RGB (Red+Green+Blue) = 242+160+117=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A075 is #0D5F8A. Grayscale: #B3B3B3. Windows color (decimal): -876427 or 7708914. OLE color: 7708914.

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

Color convert

RGB 242 160 117 -
CMYK 0 0.34 0.52 0.05
HSL 20.64º 0.83% 0.7% -
HSV(B) 20.64º 0.52% 0.95% -
XYZ 52.4 45.3 22.81 -
YUV 179.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 242 160 117 0 0.34 0.52 0.05 20.64 0.83 0.7
Hex F2 A0 75 0 22 34 5 15 53 46
Octal 362 240 165 0 42 64 5 25 123 106
Binary 11110010 10100000 1110101 0 100010 110100 101 10101 1010011 1000110

Color Harmonies of #F2A075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A075

Black with #F2A075

Text Example


Text Example

White with #F2A075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A075; }

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

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

background-color css

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

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

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

border-color css

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

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

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