#F1988F

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

Shades of Sweet Pink #F1988F

Tints of Sweet Pink #F1988F

Color information

#F1988F (or 0xF1988F) is unknown color: approx Sweet Pink. HEX triplet: F1, 98 and 8F. RGB value is (241,152,143). Sum of RGB (Red+Green+Blue) = 241+152+143=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1988F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1988F is #0E6770. Grayscale: #B1B1B1. Windows color (decimal): -943985 or 9410801. OLE color: 9410801.

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

Color convert

RGB241152143-
CMYK00.370.410.05
HSL5.51º77.78%75.29%-
HSV(B)5.51º40.66%94.51%-
XYZ52.4643.1431.55-
YUV177.58108.49173.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 152 (59.77% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=44.96%
G=28.36%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115214300.370.410.055.5177.7875.29
HexF1988F02529564e4b
Octal3612302170455156116113
Binary111100011001100010001111010010110100110111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1988F; }

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

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

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

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

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

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

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

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