#F1918A

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

Shades of Sweet Pink #F1918A

Tints of Sweet Pink #F1918A

Color information

#F1918A (or 0xF1918A) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 8A. RGB value is (241,145,138). Sum of RGB (Red+Green+Blue) = 241+145+138=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1918A is #0E6E75. Grayscale: #ADADAD. Windows color (decimal): -945782 or 9081329. OLE color: 9081329.

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

Color convert

RGB241145138-
CMYK00.400.430.05
HSL4.08º78.63%74.31%-
HSV(B)4.08º42.74%94.51%-
XYZ50.9940.7929.23-
YUV172.91108.3176.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=45.99%
G=27.67%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114513800.400.430.054.0878.6374.31
HexF1918A0282B544f4a
Octal3612212120505354117112
Binary111100011001000110001010010100010101110110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1918A; }

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

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

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

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

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

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

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

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