Html Css Color HEX #F1A290 Tonys Pink

📋 copy color: '#F1A290'

red 241 ◦ green 162 ◦ blue 144

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

Shades of Tonys Pink #F1A290

Tints of Tonys Pink #F1A290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.33%

R = 44.06%
G = 29.62%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1A290 (or 0xF1A290) is known color: Tonys Pink. HEX triplet: F1, A2 and 90. RGB value is (241,162,144). Sum of RGB (Red+Green+Blue) = 241+162+144=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A290 is #0E5D6F. Grayscale: #B7B7B7. Windows color (decimal): -941424 or 9478897. OLE color: 9478897.

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

Color convert

RGB 241 162 144 -
CMYK 0 0.33 0.40 0.05
HSL 11.13º 0.78% 0.75% -
HSV(B) 11.13º 0.4% 0.95% -
XYZ 54.23 46.56 32.51 -
YUV 183.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 241 162 144 0 0.33 0.40 0.05 11.13 0.78 0.75
Hex F1 A2 90 0 21 28 5 B 4E 4B
Octal 361 242 220 0 41 50 5 13 116 113
Binary 11110001 10100010 10010000 0 100001 101000 101 1011 1001110 1001011

Color Harmonies of #F1A290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A290

Black with #F1A290

Text Example


Text Example

White with #F1A290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A290; }

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

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

background-color css

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

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

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

border-color css

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

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

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