#F1918C

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

Shades of Sweet Pink #F1918C

Tints of Sweet Pink #F1918C

Color information

#F1918C (or 0xF1918C) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 8C. RGB value is (241,145,140). Sum of RGB (Red+Green+Blue) = 241+145+140=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1918C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1918C is #0E6E73. Grayscale: #ADADAD. Windows color (decimal): -945780 or 9212401. OLE color: 9212401.

HSL color Cylindrical-coordinate representation of color #F1918C: hue angle of 2.97º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F1918C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB241145140-
CMYK00.400.420.05
HSL2.97º78.29%74.71%-
HSV(B)2.97º41.91%94.51%-
XYZ51.1340.8530-
YUV173.13109.3176.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 140 (55.08% from 255) = 26.62%
R=45.82%
G=27.57%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114514000.400.420.052.9778.2974.71
HexF1918C0282A534e4b
Octal3612212140505253116113
Binary11110001100100011000110001010001010101011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1918C; }

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

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

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

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

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

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

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

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