#F19191

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

Shades of Sweet Pink #F19191

Tints of Sweet Pink #F19191

Color information

#F19191 (or 0xF19191) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 91. RGB value is (241,145,145). Sum of RGB (Red+Green+Blue) = 241+145+145=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 145 (57.03% from 255 or 27.31% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F19191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19191 is #0E6E6E. Grayscale: #ADADAD. Windows color (decimal): -945775 or 9540081. OLE color: 9540081.

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

Color convert

RGB241145145-
CMYK00.400.400.05
HSL77.42%75.69%-
HSV(B)39.83%94.51%-
XYZ51.514131.99-
YUV173.7111.8176-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.39%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 145 (57.03% from 255) = 27.31%
R=45.39%
G=27.31%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114514500.400.400.05077.4275.69
HexF1919102828504d4c
Octal3612212210505050115114
Binary1111000110010001100100010101000101000101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19191; }

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

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

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

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

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

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

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

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