#f5908e

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

Shades of Sweet Pink #F5908E

Tints of Sweet Pink #F5908E

Color information

#F5908E (or 0xF5908E) is unknown color: approx Sweet Pink. HEX triplet: F5, 90 and 8E. RGB value is (245,144,142). Sum of RGB (Red+Green+Blue) = 245+144+142=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 142 (55.86% from 255 or 26.74% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F5908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5908E is #0A6F71. Grayscale: #AEAEAE. Windows color (decimal): -683890 or 9343221. OLE color: 9343221.

HSL color Cylindrical-coordinate representation of color #F5908E: hue angle of 1.17º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5908E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245144142-
CMYK00.410.420.04
HSL1.17º83.74%75.88%-
HSV(B)1.17º42.04%96.08%-
XYZ52.5141.3130.8-
YUV173.97109.96178.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.14%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 142 (55.86% from 255) = 26.74%
R=46.14%
G=27.12%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514414200.410.420.041.1783.7475.88
HexF5908E0292A41544c
Octal3652202160515241124114
Binary1111010110010000100011100101001101010100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5908e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5908e; }

 p { color: rgb(245,144,142); }

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

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

 a { background-color: rgb(245,144,142); }

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

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

 span { border-color: rgb(245,144,142); }

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