Html Css Color HEX #F2A190 Tonys Pink

📋 copy color: '#F2A190'

red 242 ◦ green 161 ◦ blue 144

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

Shades of Tonys Pink #F2A190

Tints of Tonys Pink #F2A190

RGB

 RED value IS 242 (94.92% from 255) = 44.24%

 GREEN value IS 161 (63.28% from 255) = 29.43%

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

R = 44.24%
G = 29.43%
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

#F2A190 (or 0xF2A190) is known color: Tonys Pink. HEX triplet: F2, A1 and 90. RGB value is (242,161,144). Sum of RGB (Red+Green+Blue) = 242+161+144=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A190 is #0D5E6F. Grayscale: #B7B7B7. Windows color (decimal): -876144 or 9478642. OLE color: 9478642.

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

Color convert

RGB 242 161 144 -
CMYK 0 0.33 0.40 0.05
HSL 10.41º 0.79% 0.76% -
HSV(B) 10.41º 0.4% 0.95% -
XYZ 54.4 46.38 32.47 -
YUV 183.28 105.84 169.88 -
System Red Green Blue C M Y K H S L
Decimal 242 161 144 0 0.33 0.40 0.05 10.41 0.79 0.76
Hex F2 A1 90 0 21 28 5 A 4F 4C
Octal 362 241 220 0 41 50 5 12 117 114
Binary 11110010 10100001 10010000 0 100001 101000 101 1010 1001111 1001100

Color Harmonies of #F2A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A190

Black with #F2A190

Text Example


Text Example

White with #F2A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A190; }

 p { color: rgb(242,161,144); }

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

background-color css

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

 a { background-color: rgb(242,161,144); }

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

border-color css

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

 span { border-color: rgb(242,161,144); }

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