Html Css Color HEX #F1A091 Tonys Pink

📋 copy color: '#F1A091'

red 241 ◦ green 160 ◦ blue 145

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

Shades of Tonys Pink #F1A091

Tints of Tonys Pink #F1A091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.56%

R = 44.14%
G = 29.3%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1A091 (or 0xF1A091) is known color: Tonys Pink. HEX triplet: F1, A0 and 91. RGB value is (241,160,145). Sum of RGB (Red+Green+Blue) = 241+160+145=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A091 is #0E5F6E. Grayscale: #B6B6B6. Windows color (decimal): -941935 or 9543921. OLE color: 9543921.

HSL color Cylindrical-coordinate representation of color #F1A091: hue angle of 9.38º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1A091 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 160 145 -
CMYK 0 0.34 0.40 0.05
HSL 9.38º 0.77% 0.76% -
HSV(B) 9.38º 0.4% 0.95% -
XYZ 53.96 45.89 32.8 -
YUV 182.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 241 160 145 0 0.34 0.40 0.05 9.38 0.77 0.76
Hex F1 A0 91 0 22 28 5 9 4D 4C
Octal 361 240 221 0 42 50 5 11 115 114
Binary 11110001 10100000 10010001 0 100010 101000 101 1001 1001101 1001100

Color Harmonies of #F1A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A091

Black with #F1A091

Text Example


Text Example

White with #F1A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A091; }

 p { color: rgb(241,160,145); }

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

background-color css

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

 a { background-color: rgb(241,160,145); }

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

border-color css

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

 span { border-color: rgb(241,160,145); }

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