#F09285

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

Shades of Sweet Pink #F09285

Tints of Sweet Pink #F09285

Color information

#F09285 (or 0xF09285) is unknown color: approx Sweet Pink. HEX triplet: F0, 92 and 85. RGB value is (240,146,133). Sum of RGB (Red+Green+Blue) = 240+146+133=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F09285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09285 is #0F6D7A. Grayscale: #ACACAC. Windows color (decimal): -1011067 or 8753904. OLE color: 8753904.

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

Color convert

RGB240146133-
CMYK00.390.450.06
HSL7.29º78.1%73.14%-
HSV(B)7.29º44.58%94.12%-
XYZ50.4540.7827.4-
YUV172.62105.64176.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.24%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=46.24%
G=28.13%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014613300.390.450.067.2978.173.14
HexF092850272D674e49
Octal3602222050475567116111
Binary111100001001001010000101010011110110111011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09285; }

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

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

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

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

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

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

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

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