#F09F94

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

Shades of Sweet Pink #F09F94

Tints of Sweet Pink #F09F94

Color information

#F09F94 (or 0xF09F94) is unknown color: approx Sweet Pink. HEX triplet: F0, 9F and 94. RGB value is (240,159,148). Sum of RGB (Red+Green+Blue) = 240+159+148=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F09F94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09F94 is #0F606B. Grayscale: #B6B6B6. Windows color (decimal): -1007724 or 9740272. OLE color: 9740272.

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

Color convert

RGB240159148-
CMYK00.340.380.06
HSL7.17º75.41%76.08%-
HSV(B)7.17º38.33%94.12%-
XYZ53.6845.4633.96-
YUV181.96108.84169.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=43.88%
G=29.07%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015914800.340.380.067.1775.4176.08
HexF09F9402226674b4c
Octal3602372240424667113114
Binary111100001001111110010100010001010011011011110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09F94; }

 p { color: rgb(240,159,148); }

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

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

 a { background-color: rgb(240,159,148); }

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

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

 span { border-color: rgb(240,159,148); }

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