Html Css Color HEX #F1A080 Tonys Pink

📋 copy color: '#F1A080'

red 241 ◦ green 160 ◦ blue 128

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

Shades of Tonys Pink #F1A080

Tints of Tonys Pink #F1A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.25%

 BLUE value IS 128 (50.39% from 255) = 24.2%

R = 45.56%
G = 30.25%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1A080 (or 0xF1A080) is known color: Tonys Pink. HEX triplet: F1, A0 and 80. RGB value is (241,160,128). Sum of RGB (Red+Green+Blue) = 241+160+128=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A080 is #0E5F7F. Grayscale: #B4B4B4. Windows color (decimal): -941952 or 8429809. OLE color: 8429809.

HSL color Cylindrical-coordinate representation of color #F1A080: hue angle of 16.99º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1A080 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 160 128 -
CMYK 0 0.34 0.47 0.05
HSL 16.99º 0.8% 0.72% -
HSV(B) 16.99º 0.47% 0.95% -
XYZ 52.74 45.4 26.41 -
YUV 180.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 241 160 128 0 0.34 0.47 0.05 16.99 0.8 0.72
Hex F1 A0 80 0 22 2F 5 11 50 48
Octal 361 240 200 0 42 57 5 21 120 110
Binary 11110001 10100000 10000000 0 100010 101111 101 10001 1010000 1001000

Color Harmonies of #F1A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A080

Black with #F1A080

Text Example


Text Example

White with #F1A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A080; }

 p { color: rgb(241,160,128); }

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

background-color css

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

 a { background-color: rgb(241,160,128); }

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

border-color css

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

 span { border-color: rgb(241,160,128); }

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