#F19B8E

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

Shades of Sweet Pink #F19B8E

Tints of Sweet Pink #F19B8E

Color information

#F19B8E (or 0xF19B8E) is unknown color: approx Sweet Pink. HEX triplet: F1, 9B and 8E. RGB value is (241,155,142). Sum of RGB (Red+Green+Blue) = 241+155+142=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19B8E is #0E6471. Grayscale: #B3B3B3. Windows color (decimal): -943218 or 9346033. OLE color: 9346033.

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

Color convert

RGB241155142-
CMYK00.360.410.05
HSL7.88º77.95%75.1%-
HSV(B)7.88º41.08%94.51%-
XYZ52.8844.131.32-
YUV179.23106.99172.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.80%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=44.80%
G=28.81%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115514200.360.410.057.8877.9575.1
HexF19B8E02429584e4b
Octal36123321604451510116113
Binary1111000110011011100011100100100101001101100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B8E; }

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

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

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

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

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

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

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

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