#F5938E

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

Shades of Sweet Pink #F5938E

Tints of Sweet Pink #F5938E

Color information

#F5938E (or 0xF5938E) is unknown color: approx Sweet Pink. HEX triplet: F5, 93 and 8E. RGB value is (245,147,142). Sum of RGB (Red+Green+Blue) = 245+147+142=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 142 (55.86% from 255 or 26.59% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F5938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5938E is #0A6C71. Grayscale: #AFAFAF. Windows color (decimal): -683122 or 9343989. OLE color: 9343989.

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

Color convert

RGB245147142-
CMYK00.40.420.04
HSL2.91º83.74%75.88%-
HSV(B)2.91º42.04%96.08%-
XYZ52.9742.2330.95-
YUV175.73108.97177.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.88%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 142 (55.86% from 255) = 26.59%
R=45.88%
G=27.53%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514714200.40.420.042.9183.7475.88
HexF5938E0282A43544c
Octal3652232160505243124114
Binary11110101100100111000111001010001010101001110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5938E; }

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

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

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

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

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

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

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

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