#F1918D

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

Shades of Sweet Pink #F1918D

Tints of Sweet Pink #F1918D

Color information

#F1918D (or 0xF1918D) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 8D. RGB value is (241,145,141). Sum of RGB (Red+Green+Blue) = 241+145+141=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F1918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1918D is #0E6E72. Grayscale: #ADADAD. Windows color (decimal): -945779 or 9277937. OLE color: 9277937.

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

Color convert

RGB241145141-
CMYK00.400.410.05
HSL2.4º78.12%74.9%-
HSV(B)2.4º41.49%94.51%-
XYZ51.2140.8730.39-
YUV173.25109.8176.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.73%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=45.73%
G=27.51%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114514100.400.410.052.478.1274.9
HexF1918D02829524e4b
Octal3612212150505152116113
Binary11110001100100011000110101010001010011011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1918D; }

 p { color: rgb(241,145,141); }

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

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

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

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

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

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

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