Html Css Color HEX #F1A591 Tonys Pink

📋 copy color: '#F1A591'

red 241 ◦ green 165 ◦ blue 145

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

Shades of Tonys Pink #F1A591

Tints of Tonys Pink #F1A591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 43.74%
G = 29.95%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1A591 (or 0xF1A591) is known color: Tonys Pink. HEX triplet: F1, A5 and 91. RGB value is (241,165,145). Sum of RGB (Red+Green+Blue) = 241+165+145=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A591 is #0E5A6E. Grayscale: #B9B9B9. Windows color (decimal): -940655 or 9545201. OLE color: 9545201.

HSL color Cylindrical-coordinate representation of color #F1A591: hue angle of 12.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1A591 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 165 145 -
CMYK 0 0.32 0.40 0.05
HSL 12.5º 0.77% 0.76% -
HSV(B) 12.5º 0.4% 0.95% -
XYZ 54.84 47.66 33.1 -
YUV 185.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 241 165 145 0 0.32 0.40 0.05 12.5 0.77 0.76
Hex F1 A5 91 0 20 28 5 C 4D 4C
Octal 361 245 221 0 40 50 5 14 115 114
Binary 11110001 10100101 10010001 0 100000 101000 101 1100 1001101 1001100

Color Harmonies of #F1A591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A591

Black with #F1A591

Text Example


Text Example

White with #F1A591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A591; }

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

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

background-color css

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

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

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

border-color css

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

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

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