#F1998A

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

Shades of Sweet Pink #F1998A

Tints of Sweet Pink #F1998A

Color information

#F1998A (or 0xF1998A) is unknown color: approx Sweet Pink. HEX triplet: F1, 99 and 8A. RGB value is (241,153,138). Sum of RGB (Red+Green+Blue) = 241+153+138=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F1998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1998A is #0E6675. Grayscale: #B1B1B1. Windows color (decimal): -943734 or 9083377. OLE color: 9083377.

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

Color convert

RGB241153138-
CMYK00.370.430.05
HSL8.74º78.63%74.31%-
HSV(B)8.74º42.74%94.51%-
XYZ52.2543.3229.65-
YUV177.6105.65173.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.30%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=45.30%
G=28.76%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115313800.370.430.058.7478.6374.31
HexF1998A0252B594f4a
Octal36123121204553511117112
Binary1111000110011001100010100100101101011101100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1998A; }

 p { color: rgb(241,153,138); }

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

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

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

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

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

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

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