#F09490

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

Shades of Sweet Pink #F09490

Tints of Sweet Pink #F09490

Color information

#F09490 (or 0xF09490) is unknown color: approx Sweet Pink. HEX triplet: F0, 94 and 90. RGB value is (240,148,144). Sum of RGB (Red+Green+Blue) = 240+148+144=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F09490 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09490 is #0F6B6F. Grayscale: #AFAFAF. Windows color (decimal): -1010544 or 9475312. OLE color: 9475312.

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

Color convert

RGB240148144-
CMYK00.380.40.06
HSL2.5º76.19%75.29%-
HSV(B)2.5º40%94.12%-
XYZ51.5641.7231.72-
YUV175.05110.48174.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.11%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=45.11%
G=27.82%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014814400.380.40.062.576.1975.29
HexF0949002628634c4b
Octal3602242200465063114113
Binary11110000100101001001000001001101010001101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09490; }

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

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

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

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

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

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

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

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