Html Css Color HEX #F1A88B Tonys Pink

📋 copy color: '#F1A88B'

red 241 ◦ green 168 ◦ blue 139

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

Shades of Tonys Pink #F1A88B

Tints of Tonys Pink #F1A88B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.36%

R = 43.98%
G = 30.66%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F1A88B (or 0xF1A88B) is known color: Tonys Pink. HEX triplet: F1, A8 and 8B. RGB value is (241,168,139). Sum of RGB (Red+Green+Blue) = 241+168+139=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 139 (54.69% from 255 or 25.36% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A88B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A88B is #0E5774. Grayscale: #BABABA. Windows color (decimal): -939893 or 9152753. OLE color: 9152753.

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

Color convert

RGB 241 168 139 -
CMYK 0 0.30 0.42 0.05
HSL 17.06º 0.78% 0.75% -
HSV(B) 17.06º 0.42% 0.95% -
XYZ 54.94 48.57 30.91 -
YUV 186.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 241 168 139 0 0.30 0.42 0.05 17.06 0.78 0.75
Hex F1 A8 8B 0 1E 2A 5 11 4E 4B
Octal 361 250 213 0 36 52 5 21 116 113
Binary 11110001 10101000 10001011 0 11110 101010 101 10001 1001110 1001011

Color Harmonies of #F1A88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A88B

Black with #F1A88B

Text Example


Text Example

White with #F1A88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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