Html Css Color HEX #F1A390 Tonys Pink

📋 copy color: '#F1A390'

red 241 ◦ green 163 ◦ blue 144

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

Shades of Tonys Pink #F1A390

Tints of Tonys Pink #F1A390

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.74%

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

R = 43.98%
G = 29.74%
B = 26.28%

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

#F1A390 (or 0xF1A390) is known color: Tonys Pink. HEX triplet: F1, A3 and 90. RGB value is (241,163,144). Sum of RGB (Red+Green+Blue) = 241+163+144=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1A390 is #0E5C6F. Grayscale: #B8B8B8. Windows color (decimal): -941168 or 9479153. OLE color: 9479153.

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

Color convert

RGB 241 163 144 -
CMYK 0 0.32 0.40 0.05
HSL 11.75º 0.78% 0.75% -
HSV(B) 11.75º 0.4% 0.95% -
XYZ 54.41 46.91 32.57 -
YUV 184.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 241 163 144 0 0.32 0.40 0.05 11.75 0.78 0.75
Hex F1 A3 90 0 20 28 5 C 4E 4B
Octal 361 243 220 0 40 50 5 14 116 113
Binary 11110001 10100011 10010000 0 100000 101000 101 1100 1001110 1001011

Color Harmonies of #F1A390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A390

Black with #F1A390

Text Example


Text Example

White with #F1A390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A390; }

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

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

background-color css

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

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

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

border-color css

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

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

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