Html Css Color HEX #F1A28E Tonys Pink

📋 copy color: '#F1A28E'

red 241 ◦ green 162 ◦ blue 142

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

Shades of Tonys Pink #F1A28E

Tints of Tonys Pink #F1A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.72%

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

R = 44.22%
G = 29.72%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F1A28E (or 0xF1A28E) is known color: Tonys Pink. HEX triplet: F1, A2 and 8E. RGB value is (241,162,142). Sum of RGB (Red+Green+Blue) = 241+162+142=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A28E is #0E5D71. Grayscale: #B7B7B7. Windows color (decimal): -941426 or 9347825. OLE color: 9347825.

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

Color convert

RGB 241 162 142 -
CMYK 0 0.33 0.41 0.05
HSL 12.12º 0.78% 0.75% -
HSV(B) 12.12º 0.41% 0.95% -
XYZ 54.08 46.49 31.72 -
YUV 183.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 241 162 142 0 0.33 0.41 0.05 12.12 0.78 0.75
Hex F1 A2 8E 0 21 29 5 C 4E 4B
Octal 361 242 216 0 41 51 5 14 116 113
Binary 11110001 10100010 10001110 0 100001 101001 101 1100 1001110 1001011

Color Harmonies of #F1A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A28E

Black with #F1A28E

Text Example


Text Example

White with #F1A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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