#f09392

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

Shades of Sweet Pink #F09392

Tints of Sweet Pink #F09392

Color information

#F09392 (or 0xF09392) is unknown color: approx Sweet Pink. HEX triplet: F0, 93 and 92. RGB value is (240,147,146). Sum of RGB (Red+Green+Blue) = 240+147+146=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F09392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09392 is #0F6C6D. Grayscale: #AEAEAE. Windows color (decimal): -1010798 or 9606128. OLE color: 9606128.

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

Color convert

RGB240147146-
CMYK00.390.390.06
HSL0.64º75.81%75.69%-
HSV(B)0.64º39.17%94.12%-
XYZ51.5641.4732.48-
YUV174.69111.81174.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=45.03%
G=27.58%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014714600.390.390.060.6475.8175.69
HexF0939202727614c4c
Octal3602232220474761114114
Binary1111000010010011100100100100111100111110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f09392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f09392; }

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

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

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

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

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

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

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

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