Html Css Color HEX #F0A095 Sweet Pink

📋 copy color: '#F0A095'

red 240 ◦ green 160 ◦ blue 149

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

Shades of Sweet Pink #F0A095

Tints of Sweet Pink #F0A095

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.14%

 BLUE value IS 149 (58.59% from 255) = 27.14%

R = 43.72%
G = 29.14%
B = 27.14%

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

#F0A095 (or 0xF0A095) is known color: Sweet Pink. HEX triplet: F0, A0 and 95. RGB value is (240,160,149). Sum of RGB (Red+Green+Blue) = 240+160+149=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A095 is #0F5F6A. Grayscale: #B6B6B6. Windows color (decimal): -1007467 or 9806064. OLE color: 9806064.

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

Color convert

RGB 240 160 149 -
CMYK 0 0.33 0.38 0.06
HSL 7.25º 0.75% 0.76% -
HSV(B) 7.25º 0.38% 0.94% -
XYZ 53.93 45.84 34.44 -
YUV 182.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 240 160 149 0 0.33 0.38 0.06 7.25 0.75 0.76
Hex F0 A0 95 0 21 26 6 7 4B 4C
Octal 360 240 225 0 41 46 6 7 113 114
Binary 11110000 10100000 10010101 0 100001 100110 110 111 1001011 1001100

Color Harmonies of #F0A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A095

Black with #F0A095

Text Example


Text Example

White with #F0A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A095; }

 p { color: rgb(240,160,149); }

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

background-color css

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

 a { background-color: rgb(240,160,149); }

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

border-color css

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

 span { border-color: rgb(240,160,149); }

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