Html Css Color HEX #F0A194 Tonys Pink

📋 copy color: '#F0A194'

red 240 ◦ green 161 ◦ blue 148

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

Shades of Tonys Pink #F0A194

Tints of Tonys Pink #F0A194

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

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

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 43.72%
G = 29.33%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0A194 (or 0xF0A194) is known color: Tonys Pink. HEX triplet: F0, A1 and 94. RGB value is (240,161,148). Sum of RGB (Red+Green+Blue) = 240+161+148=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A194 is #0F5E6B. Grayscale: #B7B7B7. Windows color (decimal): -1007212 or 9740784. OLE color: 9740784.

HSL color Cylindrical-coordinate representation of color #F0A194: hue angle of 8.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0A194 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 161 148 -
CMYK 0 0.33 0.38 0.06
HSL 8.48º 0.75% 0.76% -
HSV(B) 8.48º 0.38% 0.94% -
XYZ 54.03 46.15 34.08 -
YUV 183.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 240 161 148 0 0.33 0.38 0.06 8.48 0.75 0.76
Hex F0 A1 94 0 21 26 6 8 4B 4C
Octal 360 241 224 0 41 46 6 10 113 114
Binary 11110000 10100001 10010100 0 100001 100110 110 1000 1001011 1001100

Color Harmonies of #F0A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A194

Black with #F0A194

Text Example


Text Example

White with #F0A194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A194; }

 p { color: rgb(240,161,148); }

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

background-color css

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

 a { background-color: rgb(240,161,148); }

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

border-color css

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

 span { border-color: rgb(240,161,148); }

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