#F19491

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

Shades of Sweet Pink #F19491

Tints of Sweet Pink #F19491

Color information

#F19491 (or 0xF19491) is unknown color: approx Sweet Pink. HEX triplet: F1, 94 and 91. RGB value is (241,148,145). Sum of RGB (Red+Green+Blue) = 241+148+145=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 145 (57.03% from 255 or 27.15% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19491 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19491 is #0E6B6E. Grayscale: #AFAFAF. Windows color (decimal): -945007 or 9540849. OLE color: 9540849.

HSL color Cylindrical-coordinate representation of color #F19491: hue angle of 1.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F19491 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB241148145-
CMYK00.390.400.05
HSL1.88º77.42%75.69%-
HSV(B)1.88º39.83%94.51%-
XYZ51.9841.9232.14-
YUV175.46110.81174.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 148 (58.20% from 255) = 27.72%
BLUE value IS 145 (57.03% from 255) = 27.15%
R=45.13%
G=27.72%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114814500.390.400.051.8877.4275.69
HexF1949102728524d4c
Octal3612242210475052115114
Binary11110001100101001001000101001111010001011010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19491; }

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

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

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

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

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

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

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

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