#F09B94

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

Shades of Sweet Pink #F09B94

Tints of Sweet Pink #F09B94

Color information

#F09B94 (or 0xF09B94) is unknown color: approx Sweet Pink. HEX triplet: F0, 9B and 94. RGB value is (240,155,148). Sum of RGB (Red+Green+Blue) = 240+155+148=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F09B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09B94 is #0F646B. Grayscale: #B3B3B3. Windows color (decimal): -1008748 or 9739248. OLE color: 9739248.

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

Color convert

RGB240155148-
CMYK00.350.380.06
HSL4.57º75.41%76.08%-
HSV(B)4.57º38.33%94.12%-
XYZ5344.1133.74-
YUV179.62110.16171.07-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.20%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 148 (58.20% from 255) = 27.26%
R=44.20%
G=28.55%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015514800.350.380.064.5775.4176.08
HexF09B9402326654b4c
Octal3602332240434665113114
Binary111100001001101110010100010001110011011010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09B94; }

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

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

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

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

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

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

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

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