Html Css Color HEX #F1A88D Tonys Pink

📋 copy color: '#F1A88D'

red 241 ◦ green 168 ◦ blue 141

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

Shades of Tonys Pink #F1A88D

Tints of Tonys Pink #F1A88D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.55%

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

R = 43.82%
G = 30.55%
B = 25.64%

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

#F1A88D (or 0xF1A88D) is known color: Tonys Pink. HEX triplet: F1, A8 and 8D. RGB value is (241,168,141). Sum of RGB (Red+Green+Blue) = 241+168+141=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A88D is #0E5772. Grayscale: #BABABA. Windows color (decimal): -939891 or 9283825. OLE color: 9283825.

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

Color convert

RGB 241 168 141 -
CMYK 0 0.30 0.41 0.05
HSL 16.2º 0.78% 0.75% -
HSV(B) 16.2º 0.41% 0.95% -
XYZ 55.09 48.63 31.68 -
YUV 186.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 241 168 141 0 0.30 0.41 0.05 16.2 0.78 0.75
Hex F1 A8 8D 0 1E 29 5 10 4E 4B
Octal 361 250 215 0 36 51 5 20 116 113
Binary 11110001 10101000 10001101 0 11110 101001 101 10000 1001110 1001011

Color Harmonies of #F1A88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A88D

Black with #F1A88D

Text Example


Text Example

White with #F1A88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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