Html Css Color HEX #F1A691 Tonys Pink

📋 copy color: '#F1A691'

red 241 ◦ green 166 ◦ blue 145

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

Shades of Tonys Pink #F1A691

Tints of Tonys Pink #F1A691

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

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

R = 43.66%
G = 30.07%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1A691 (or 0xF1A691) is known color: Tonys Pink. HEX triplet: F1, A6 and 91. RGB value is (241,166,145). Sum of RGB (Red+Green+Blue) = 241+166+145=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A691 is #0E596E. Grayscale: #BABABA. Windows color (decimal): -940399 or 9545457. OLE color: 9545457.

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

Color convert

RGB 241 166 145 -
CMYK 0 0.31 0.40 0.05
HSL 13.13º 0.77% 0.76% -
HSV(B) 13.13º 0.4% 0.95% -
XYZ 55.02 48.02 33.16 -
YUV 186.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 241 166 145 0 0.31 0.40 0.05 13.13 0.77 0.76
Hex F1 A6 91 0 1F 28 5 D 4D 4C
Octal 361 246 221 0 37 50 5 15 115 114
Binary 11110001 10100110 10010001 0 11111 101000 101 1101 1001101 1001100

Color Harmonies of #F1A691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A691

Black with #F1A691

Text Example


Text Example

White with #F1A691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A691; }

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

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

background-color css

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

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

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

border-color css

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

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

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