#F09391

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

Shades of Sweet Pink #F09391

Tints of Sweet Pink #F09391

Color information

#F09391 (or 0xF09391) is unknown color: approx Sweet Pink. HEX triplet: F0, 93 and 91. RGB value is (240,147,145). Sum of RGB (Red+Green+Blue) = 240+147+145=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09391 is #0F6C6E. Grayscale: #AEAEAE. Windows color (decimal): -1010799 or 9540592. OLE color: 9540592.

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

Color convert

RGB240147145-
CMYK00.390.400.06
HSL1.26º76%75.49%-
HSV(B)1.26º39.58%94.12%-
XYZ51.4841.4432.07-
YUV174.58111.31174.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=45.11%
G=27.63%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014714500.390.400.061.267675.49
HexF0939102728614c4b
Octal3602232210475061114113
Binary1111000010010011100100010100111101000110110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09391; }

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

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

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

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

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

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

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

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