#F19E9B

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

Shades of Sweet Pink #F19E9B

Tints of Sweet Pink #F19E9B

Color information

#F19E9B (or 0xF19E9B) is unknown color: approx Sweet Pink. HEX triplet: F1, 9E and 9B. RGB value is (241,158,155). Sum of RGB (Red+Green+Blue) = 241+158+155=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E9B is #0E6164. Grayscale: #B6B6B6. Windows color (decimal): -942437 or 10198769. OLE color: 10198769.

HSL color Cylindrical-coordinate representation of color #F19E9B: hue angle of 2.09º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19E9B is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241158155-
CMYK00.340.360.05
HSL2.09º75.44%77.65%-
HSV(B)2.09º35.68%94.51%-
XYZ54.4245.5236.93-
YUV182.48112.5169.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 158 (62.11% from 255) = 28.52%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=43.50%
G=28.52%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115815500.340.360.052.0975.4477.65
HexF19E9B02224524b4e
Octal3612362330424452113116
Binary11110001100111101001101101000101001001011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E9B; }

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

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

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

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

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

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

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

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