#F0A097

Color #F0A097 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F0A097

Tints of Sweet Pink #F0A097

Color information

#F0A097 (or 0xF0A097) is unknown color: approx 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

RGB240160151-
CMYK00.330.370.06
HSL6.07º74.79%76.67%-
HSV(B)6.07º37.08%94.12%-
XYZ54.0945.935.29-
YUV182.89110168.73-

RGB Variations

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

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.40%
R=43.56%
G=29.04%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016015100.330.370.066.0774.7976.67
HexF0A09702125664b4d
Octal3602402270414566113115
Binary111100001010000010010111010000110010111011010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>