#F09795

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

Shades of Sweet Pink #F09795

Tints of Sweet Pink #F09795

Color information

#F09795 (or 0xF09795) is unknown color: approx Sweet Pink. HEX triplet: F0, 97 and 95. RGB value is (240,151,149). Sum of RGB (Red+Green+Blue) = 240+151+149=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F09795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09795 is #0F686A. Grayscale: #B1B1B1. Windows color (decimal): -1009771 or 9803760. OLE color: 9803760.

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

Color convert

RGB240151149-
CMYK00.370.380.06
HSL1.32º75.21%76.27%-
HSV(B)1.32º37.92%94.12%-
XYZ52.4342.8333.94-
YUV177.38111.99172.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=44.44%
G=27.96%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015114900.370.380.061.3275.2176.27
HexF0979502526614b4c
Octal3602272250454661113114
Binary1111000010010111100101010100101100110110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09795; }

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

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

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

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

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

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

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

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