#F09D97

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

Shades of Sweet Pink #F09D97

Tints of Sweet Pink #F09D97

Color information

#F09D97 (or 0xF09D97) is unknown color: approx Sweet Pink. HEX triplet: F0, 9D and 97. RGB value is (240,157,151). Sum of RGB (Red+Green+Blue) = 240+157+151=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F09D97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09D97 is #0F6268. Grayscale: #B5B5B5. Windows color (decimal): -1008233 or 9936368. OLE color: 9936368.

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

Color convert

RGB240157151-
CMYK00.350.370.06
HSL4.04º74.79%76.67%-
HSV(B)4.04º37.08%94.12%-
XYZ53.5844.8735.12-
YUV181.13111169.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.80%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=43.80%
G=28.65%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015715100.350.370.064.0474.7976.67
HexF09D9702325644b4d
Octal3602352270434564113115
Binary111100001001110110010111010001110010111010010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09D97; }

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

 H1.HeaderClassName
 {
   color: #F09D97;
 }
 .AnyTagClassName
 {
   color: #F09D97;
 }
</style>
background-color css

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

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

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

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

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

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