Html Css Color HEX #F1A582 Tonys Pink

📋 copy color: '#F1A582'

red 241 ◦ green 165 ◦ blue 130

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

Shades of Tonys Pink #F1A582

Tints of Tonys Pink #F1A582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.78%

 BLUE value IS 130 (51.17% from 255) = 24.25%

R = 44.96%
G = 30.78%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1A582 (or 0xF1A582) is known color: Tonys Pink. HEX triplet: F1, A5 and 82. RGB value is (241,165,130). Sum of RGB (Red+Green+Blue) = 241+165+130=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A582 is #0E5A7D. Grayscale: #B7B7B7. Windows color (decimal): -940670 or 8562161. OLE color: 8562161.

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

Color convert

RGB 241 165 130 -
CMYK 0 0.32 0.46 0.05
HSL 18.92º 0.8% 0.73% -
HSV(B) 18.92º 0.46% 0.95% -
XYZ 53.76 47.22 27.4 -
YUV 183.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 241 165 130 0 0.32 0.46 0.05 18.92 0.8 0.73
Hex F1 A5 82 0 20 2E 5 13 50 49
Octal 361 245 202 0 40 56 5 23 120 111
Binary 11110001 10100101 10000010 0 100000 101110 101 10011 1010000 1001001

Color Harmonies of #F1A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A582

Black with #F1A582

Text Example


Text Example

White with #F1A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A582; }

 p { color: rgb(241,165,130); }

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

background-color css

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

 a { background-color: rgb(241,165,130); }

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

border-color css

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

 span { border-color: rgb(241,165,130); }

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