#F19A93

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

Shades of Sweet Pink #F19A93

Tints of Sweet Pink #F19A93

Color information

#F19A93 (or 0xF19A93) is unknown color: approx Sweet Pink. HEX triplet: F1, 9A and 93. RGB value is (241,154,147). Sum of RGB (Red+Green+Blue) = 241+154+147=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F19A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19A93 is #0E656C. Grayscale: #B3B3B3. Windows color (decimal): -943469 or 9673457. OLE color: 9673457.

HSL color Cylindrical-coordinate representation of color #F19A93: hue angle of 4.47º 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 #F19A93 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241154147-
CMYK00.360.390.05
HSL4.47º77.05%76.08%-
HSV(B)4.47º39%94.51%-
XYZ53.143.9233.28-
YUV179.22109.82172.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=44.46%
G=28.41%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115414700.360.390.054.4777.0576.08
HexF19A9302427544d4c
Octal3612322230444754115114
Binary111100011001101010010011010010010011110110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19A93; }

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

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

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

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

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

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

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

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