#F09286

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

Shades of Sweet Pink #F09286

Tints of Sweet Pink #F09286

Color information

#F09286 (or 0xF09286) is unknown color: approx Sweet Pink. HEX triplet: F0, 92 and 86. RGB value is (240,146,134). Sum of RGB (Red+Green+Blue) = 240+146+134=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 134 (52.73% from 255 or 25.77% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09286 is #0F6D79. Grayscale: #ACACAC. Windows color (decimal): -1011066 or 8819440. OLE color: 8819440.

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

Color convert

RGB240146134-
CMYK00.390.440.06
HSL6.79º77.94%73.33%-
HSV(B)6.79º44.17%94.12%-
XYZ50.5240.827.77-
YUV172.74106.14175.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 134 (52.73% from 255) = 25.77%
R=46.15%
G=28.08%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014613400.390.440.066.7977.9473.33
HexF092860272C674e49
Octal3602222060475467116111
Binary111100001001001010000110010011110110011011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09286; }

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

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

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

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

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

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

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

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