#F09491

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

Shades of Sweet Pink #F09491

Tints of Sweet Pink #F09491

Color information

#F09491 (or 0xF09491) is unknown color: approx Sweet Pink. HEX triplet: F0, 94 and 91. RGB value is (240,148,145). Sum of RGB (Red+Green+Blue) = 240+148+145=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F09491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09491 is #0F6B6E. Grayscale: #AFAFAF. Windows color (decimal): -1010543 or 9540848. OLE color: 9540848.

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

Color convert

RGB240148145-
CMYK00.380.400.06
HSL1.89º76%75.49%-
HSV(B)1.89º39.58%94.12%-
XYZ51.6441.7532.12-
YUV175.17110.98174.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=45.03%
G=27.77%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014814500.380.400.061.897675.49
HexF0949102628624c4b
Octal3602242210465062114113
Binary11110000100101001001000101001101010001101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09491; }

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

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

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

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

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

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

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

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