#F5918E

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

Shades of Sweet Pink #F5918E

Tints of Sweet Pink #F5918E

Color information

#F5918E (or 0xF5918E) is unknown color: approx Sweet Pink. HEX triplet: F5, 91 and 8E. RGB value is (245,145,142). Sum of RGB (Red+Green+Blue) = 245+145+142=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5918E is #0A6E71. Grayscale: #AEAEAE. Windows color (decimal): -683634 or 9343477. OLE color: 9343477.

HSL color Cylindrical-coordinate representation of color #F5918E: hue angle of 1.75º 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 #F5918E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB245145142-
CMYK00.410.420.04
HSL1.75º83.74%75.88%-
HSV(B)1.75º42.04%96.08%-
XYZ52.6641.6230.85-
YUV174.56109.63178.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=46.05%
G=27.26%
B=26.69%

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
Decimal24514514200.410.420.041.7583.7475.88
HexF5918E0292A42544c
Octal3652212160515242124114
Binary11110101100100011000111001010011010101001010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5918E; }

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

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

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

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

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

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

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

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