Html Css Color HEX #F0A096 Sweet Pink

📋 copy color: '#F0A096'

red 240 ◦ green 160 ◦ blue 150

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

Shades of Sweet Pink #F0A096

Tints of Sweet Pink #F0A096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.27%

R = 43.64%
G = 29.09%
B = 27.27%

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

#F0A096 (or 0xF0A096) is known color: Sweet Pink. HEX triplet: F0, A0 and 96. RGB value is (240,160,150). Sum of RGB (Red+Green+Blue) = 240+160+150=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A096 is #0F5F69. Grayscale: #B6B6B6. Windows color (decimal): -1007466 or 9871600. OLE color: 9871600.

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

Color convert

RGB 240 160 150 -
CMYK 0 0.33 0.37 0.06
HSL 6.67º 0.75% 0.76% -
HSV(B) 6.67º 0.38% 0.94% -
XYZ 54.01 45.87 34.86 -
YUV 182.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 240 160 150 0 0.33 0.37 0.06 6.67 0.75 0.76
Hex F0 A0 96 0 21 25 6 7 4B 4C
Octal 360 240 226 0 41 45 6 7 113 114
Binary 11110000 10100000 10010110 0 100001 100101 110 111 1001011 1001100

Color Harmonies of #F0A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A096

Black with #F0A096

Text Example


Text Example

White with #F0A096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A096; }

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

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

background-color css

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

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

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

border-color css

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

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

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