Html Css Color HEX #F1A18F Tonys Pink

📋 copy color: '#F1A18F'

red 241 ◦ green 161 ◦ blue 143

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

Shades of Tonys Pink #F1A18F

Tints of Tonys Pink #F1A18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 44.22%
G = 29.54%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1A18F (or 0xF1A18F) is known color: Tonys Pink. HEX triplet: F1, A1 and 8F. RGB value is (241,161,143). Sum of RGB (Red+Green+Blue) = 241+161+143=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A18F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A18F is #0E5E70. Grayscale: #B7B7B7. Windows color (decimal): -941681 or 9413105. OLE color: 9413105.

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

Color convert

RGB 241 161 143 -
CMYK 0 0.33 0.41 0.05
HSL 11.02º 0.78% 0.75% -
HSV(B) 11.02º 0.41% 0.95% -
XYZ 53.98 46.17 32.05 -
YUV 182.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 241 161 143 0 0.33 0.41 0.05 11.02 0.78 0.75
Hex F1 A1 8F 0 21 29 5 B 4E 4B
Octal 361 241 217 0 41 51 5 13 116 113
Binary 11110001 10100001 10001111 0 100001 101001 101 1011 1001110 1001011

Color Harmonies of #F1A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A18F

Black with #F1A18F

Text Example


Text Example

White with #F1A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A18F; }

 p { color: rgb(241,161,143); }

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

background-color css

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

 a { background-color: rgb(241,161,143); }

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

border-color css

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

 span { border-color: rgb(241,161,143); }

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