Html Css Color HEX #F1A270 Hit Pink

📋 copy color: '#F1A270'

red 241 ◦ green 162 ◦ blue 112

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

Shades of Hit Pink #F1A270

Tints of Hit Pink #F1A270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.75%

R = 46.8%
G = 31.46%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1A270 (or 0xF1A270) is known color: Hit Pink. HEX triplet: F1, A2 and 70. RGB value is (241,162,112). Sum of RGB (Red+Green+Blue) = 241+162+112=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A270 is #0E5D8F. Grayscale: #B4B4B4. Windows color (decimal): -941456 or 7381745. OLE color: 7381745.

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

Color convert

RGB 241 162 112 -
CMYK 0 0.33 0.54 0.05
HSL 23.26º 0.82% 0.69% -
HSV(B) 23.26º 0.54% 0.95% -
XYZ 52.12 45.71 21.41 -
YUV 179.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 241 162 112 0 0.33 0.54 0.05 23.26 0.82 0.69
Hex F1 A2 70 0 21 36 5 17 52 45
Octal 361 242 160 0 41 66 5 27 122 105
Binary 11110001 10100010 1110000 0 100001 110110 101 10111 1010010 1000101

Color Harmonies of #F1A270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A270

Black with #F1A270

Text Example


Text Example

White with #F1A270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A270; }

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

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

background-color css

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

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

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

border-color css

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

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

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