#F19B93

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

Shades of Sweet Pink #F19B93

Tints of Sweet Pink #F19B93

Color information

#F19B93 (or 0xF19B93) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 93. RGB value is (241,155,147). Sum of RGB (Red+Green+Blue) = 241+155+147=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B93 is #0E646C. Grayscale: #B3B3B3. Windows color (decimal): -943213 or 9673713. OLE color: 9673713.

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

Color convert

RGB241155147-
CMYK00.360.390.05
HSL5.11º77.05%76.08%-
HSV(B)5.11º39%94.51%-
XYZ53.2644.2533.34-
YUV179.8109.49171.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=44.38%
G=28.55%
B=27.07%

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
Decimal24115514700.360.390.055.1177.0576.08
HexF19B9302427554d4c
Octal3612332230444755115114
Binary111100011001101110010011010010010011110110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B93; }

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

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

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

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

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

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

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

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