Html Css Color HEX #F1A180 Tonys Pink

📋 copy color: '#F1A180'

red 241 ◦ green 161 ◦ blue 128

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

Shades of Tonys Pink #F1A180

Tints of Tonys Pink #F1A180

RGB

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

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

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

R = 45.47%
G = 30.38%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1A180 (or 0xF1A180) is known color: Tonys Pink. HEX triplet: F1, A1 and 80. RGB value is (241,161,128). Sum of RGB (Red+Green+Blue) = 241+161+128=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A180 is #0E5E7F. Grayscale: #B5B5B5. Windows color (decimal): -941696 or 8430065. OLE color: 8430065.

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

Color convert

RGB 241 161 128 -
CMYK 0 0.33 0.47 0.05
HSL 17.52º 0.8% 0.72% -
HSV(B) 17.52º 0.47% 0.95% -
XYZ 52.92 45.75 26.46 -
YUV 181.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 241 161 128 0 0.33 0.47 0.05 17.52 0.8 0.72
Hex F1 A1 80 0 21 2F 5 12 50 48
Octal 361 241 200 0 41 57 5 22 120 110
Binary 11110001 10100001 10000000 0 100001 101111 101 10010 1010000 1001000

Color Harmonies of #F1A180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A180

Black with #F1A180

Text Example


Text Example

White with #F1A180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A180; }

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

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

background-color css

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

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

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

border-color css

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

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

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