Html Css Color HEX #F0A097 Sweet Pink

📋 copy color: '#F0A097'

red 240 ◦ green 160 ◦ blue 151

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

Shades of Sweet Pink #F0A097

Tints of Sweet Pink #F0A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.4%

R = 43.56%
G = 29.04%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F0A097 (or 0xF0A097) is known color: Sweet Pink. HEX triplet: F0, A0 and 97. RGB value is (240,160,151). Sum of RGB (Red+Green+Blue) = 240+160+151=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A097 is #0F5F68. Grayscale: #B7B7B7. Windows color (decimal): -1007465 or 9937136. OLE color: 9937136.

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

Color convert

RGB 240 160 151 -
CMYK 0 0.33 0.37 0.06
HSL 6.07º 0.75% 0.77% -
HSV(B) 6.07º 0.37% 0.94% -
XYZ 54.09 45.9 35.29 -
YUV 182.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 240 160 151 0 0.33 0.37 0.06 6.07 0.75 0.77
Hex F0 A0 97 0 21 25 6 6 4B 4D
Octal 360 240 227 0 41 45 6 6 113 115
Binary 11110000 10100000 10010111 0 100001 100101 110 110 1001011 1001101

Color Harmonies of #F0A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A097

Black with #F0A097

Text Example


Text Example

White with #F0A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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