#F19593

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

Shades of Sweet Pink #F19593

Tints of Sweet Pink #F19593

Color information

#F19593 (or 0xF19593) is unknown color: approx Sweet Pink. HEX triplet: F1, 95 and 93. RGB value is (241,149,147). Sum of RGB (Red+Green+Blue) = 241+149+147=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F19593 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19593 is #0E6A6C. Grayscale: #B0B0B0. Windows color (decimal): -944749 or 9672177. OLE color: 9672177.

HSL color Cylindrical-coordinate representation of color #F19593: hue angle of 1.28º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19593 is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241149147-
CMYK00.380.390.05
HSL1.28º77.05%76.08%-
HSV(B)1.28º39%94.51%-
XYZ52.2942.333.01-
YUV176.28111.48174.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 149 (58.59% from 255) = 27.75%
BLUE value IS 147 (57.81% from 255) = 27.37%
R=44.88%
G=27.75%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114914700.380.390.051.2877.0576.08
HexF1959302627514d4c
Octal3612252230464751115114
Binary1111000110010101100100110100110100111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19593; }

 p { color: rgb(241,149,147); }

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

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

 a { background-color: rgb(241,149,147); }

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

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

 span { border-color: rgb(241,149,147); }

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