Html Css Color HEX #F1A98D Tonys Pink

📋 copy color: '#F1A98D'

red 241 ◦ green 169 ◦ blue 141

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

Shades of Tonys Pink #F1A98D

Tints of Tonys Pink #F1A98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.67%

 BLUE value IS 141 (55.47% from 255) = 25.59%

R = 43.74%
G = 30.67%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1A98D (or 0xF1A98D) is known color: Tonys Pink. HEX triplet: F1, A9 and 8D. RGB value is (241,169,141). Sum of RGB (Red+Green+Blue) = 241+169+141=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 169 (66.41% from 255 or 30.67% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A98D is #0E5672. Grayscale: #BBBBBB. Windows color (decimal): -939635 or 9284081. OLE color: 9284081.

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

Color convert

RGB 241 169 141 -
CMYK 0 0.30 0.41 0.05
HSL 16.8º 0.78% 0.75% -
HSV(B) 16.8º 0.41% 0.95% -
XYZ 55.27 49 31.74 -
YUV 187.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 241 169 141 0 0.30 0.41 0.05 16.8 0.78 0.75
Hex F1 A9 8D 0 1E 29 5 11 4E 4B
Octal 361 251 215 0 36 51 5 21 116 113
Binary 11110001 10101001 10001101 0 11110 101001 101 10001 1001110 1001011

Color Harmonies of #F1A98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A98D

Black with #F1A98D

Text Example


Text Example

White with #F1A98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A98D; }

 p { color: rgb(241,169,141); }

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

background-color css

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

 a { background-color: rgb(241,169,141); }

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

border-color css

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

 span { border-color: rgb(241,169,141); }

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