#F19898

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

Shades of Sweet Pink #F19898

Tints of Sweet Pink #F19898

Color information

#F19898 (or 0xF19898) is unknown color: approx Sweet Pink. HEX triplet: F1, 98 and 98. RGB value is (241,152,152). Sum of RGB (Red+Green+Blue) = 241+152+152=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 152 (59.77% from 255 or 27.89% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F19898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19898 is #0E6767. Grayscale: #B2B2B2. Windows color (decimal): -943976 or 10000625. OLE color: 10000625.

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

Color convert

RGB241152152-
CMYK00.370.370.05
HSL76.07%77.06%-
HSV(B)36.93%94.51%-
XYZ53.1743.4235.29-
YUV178.61112.99172.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 152 (59.77% from 255) = 27.89%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=44.22%
G=27.89%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115215200.370.370.05076.0777.06
HexF1989802525504c4d
Octal3612302300454550114115
Binary1111000110011000100110000100101100101101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19898; }

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

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

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

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

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

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

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

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