Html Css Color HEX #F1A58E Tonys Pink

📋 copy color: '#F1A58E'

red 241 ◦ green 165 ◦ blue 142

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

Shades of Tonys Pink #F1A58E

Tints of Tonys Pink #F1A58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.91%

R = 43.98%
G = 30.11%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1A58E (or 0xF1A58E) is known color: Tonys Pink. HEX triplet: F1, A5 and 8E. RGB value is (241,165,142). Sum of RGB (Red+Green+Blue) = 241+165+142=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A58E is #0E5A71. Grayscale: #B9B9B9. Windows color (decimal): -940658 or 9348593. OLE color: 9348593.

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

Color convert

RGB 241 165 142 -
CMYK 0 0.32 0.41 0.05
HSL 13.94º 0.78% 0.75% -
HSV(B) 13.94º 0.41% 0.95% -
XYZ 54.61 47.56 31.89 -
YUV 185.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 241 165 142 0 0.32 0.41 0.05 13.94 0.78 0.75
Hex F1 A5 8E 0 20 29 5 E 4E 4B
Octal 361 245 216 0 40 51 5 16 116 113
Binary 11110001 10100101 10001110 0 100000 101001 101 1110 1001110 1001011

Color Harmonies of #F1A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A58E

Black with #F1A58E

Text Example


Text Example

White with #F1A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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