#F19E98

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

Shades of Sweet Pink #F19E98

Tints of Sweet Pink #F19E98

Color information

#F19E98 (or 0xF19E98) is unknown color: approx Sweet Pink. HEX triplet: F1, 9E and 98. RGB value is (241,158,152). Sum of RGB (Red+Green+Blue) = 241+158+152=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F19E98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19E98 is #0E6167. Grayscale: #B6B6B6. Windows color (decimal): -942440 or 10002161. OLE color: 10002161.

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

Color convert

RGB241158152-
CMYK00.340.370.05
HSL4.04º76.07%77.06%-
HSV(B)4.04º36.93%94.51%-
XYZ54.1745.4235.62-
YUV182.13111169.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 158 (62.11% from 255) = 28.68%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=43.74%
G=28.68%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115815200.340.370.054.0476.0777.06
HexF19E9802225544c4d
Octal3612362300424554114115
Binary111100011001111010011000010001010010110110010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19E98; }

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

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

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

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

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

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

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

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