#F09390

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

Shades of Sweet Pink #F09390

Tints of Sweet Pink #F09390

Color information

#F09390 (or 0xF09390) is unknown color: approx Sweet Pink. HEX triplet: F0, 93 and 90. RGB value is (240,147,144). Sum of RGB (Red+Green+Blue) = 240+147+144=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F09390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09390 is #0F6C6F. Grayscale: #AEAEAE. Windows color (decimal): -1010800 or 9475056. OLE color: 9475056.

HSL color Cylindrical-coordinate representation of color #F09390: hue angle of 1.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F09390 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240147144-
CMYK00.390.40.06
HSL1.88º76.19%75.29%-
HSV(B)1.88º40%94.12%-
XYZ51.441.4131.67-
YUV174.46110.81174.74-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=45.20%
G=27.68%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014714400.390.40.061.8876.1975.29
HexF0939002728624c4b
Octal3602232200475062114113
Binary11110000100100111001000001001111010001101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09390; }

 p { color: rgb(240,147,144); }

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

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

 a { background-color: rgb(240,147,144); }

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

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

 span { border-color: rgb(240,147,144); }

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