#F59286

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

Shades of Sweet Pink #F59286

Tints of Sweet Pink #F59286

Color information

#F59286 (or 0xF59286) is unknown color: approx Sweet Pink. HEX triplet: F5, 92 and 86. RGB value is (245,146,134). Sum of RGB (Red+Green+Blue) = 245+146+134=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F59286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59286 is #0A6D79. Grayscale: #AEAEAE. Windows color (decimal): -683386 or 8819445. OLE color: 8819445.

HSL color Cylindrical-coordinate representation of color #F59286: hue angle of 6.49º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F59286 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245146134-
CMYK00.400.450.04
HSL6.49º84.73%74.31%-
HSV(B)6.49º45.31%96.08%-
XYZ52.2441.6927.85-
YUV174.23105.3178.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.67%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=46.67%
G=27.81%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514613400.400.450.046.4984.7374.31
HexF592860282D46554a
Octal3652222060505546125112
Binary111101011001001010000110010100010110110011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59286; }

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

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

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

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

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

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

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

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