#F5938C

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

Shades of Sweet Pink #F5938C

Tints of Sweet Pink #F5938C

Color information

#F5938C (or 0xF5938C) is unknown color: approx Sweet Pink. HEX triplet: F5, 93 and 8C. RGB value is (245,147,140). Sum of RGB (Red+Green+Blue) = 245+147+140=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F5938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5938C is #0A6C73. Grayscale: #AFAFAF. Windows color (decimal): -683124 or 9212917. OLE color: 9212917.

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

Color convert

RGB245147140-
CMYK00.40.430.04
HSL84%75.49%-
HSV(B)42.86%96.08%-
XYZ52.8242.1730.17-
YUV175.5107.97177.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 140 (55.08% from 255) = 26.32%
R=46.05%
G=27.63%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514714000.40.430.0448475.49
HexF5938C0282B44544b
Octal3652232140505344124113
Binary111101011001001110001100010100010101110010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5938C; }

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

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

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

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

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

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

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

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