#F09A95

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

Shades of Sweet Pink #F09A95

Tints of Sweet Pink #F09A95

Color information

#F09A95 (or 0xF09A95) is unknown color: approx Sweet Pink. HEX triplet: F0, 9A and 95. RGB value is (240,154,149). Sum of RGB (Red+Green+Blue) = 240+154+149=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F09A95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09A95 is #0F656A. Grayscale: #B3B3B3. Windows color (decimal): -1009003 or 9804528. OLE color: 9804528.

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

Color convert

RGB240154149-
CMYK00.360.380.06
HSL3.3º75.21%76.27%-
HSV(B)3.3º37.92%94.12%-
XYZ52.9243.8134.1-
YUV179.14110.99171.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 154 (60.55% from 255) = 28.36%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=44.20%
G=28.36%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015414900.360.380.063.375.2176.27
HexF09A9502426634b4c
Octal3602322250444663113114
Binary11110000100110101001010101001001001101101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09A95; }

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

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

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

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

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

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

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

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