#F19182

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

Shades of Sweet Pink #F19182

Tints of Sweet Pink #F19182

Color information

#F19182 (or 0xF19182) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 82. RGB value is (241,145,130). Sum of RGB (Red+Green+Blue) = 241+145+130=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F19182 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19182 is #0E6E7D. Grayscale: #ACACAC. Windows color (decimal): -945790 or 8557041. OLE color: 8557041.

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

Color convert

RGB241145130-
CMYK00.400.460.05
HSL8.11º79.86%72.75%-
HSV(B)8.11º46.06%94.51%-
XYZ50.4340.5626.29-
YUV171.99104.3177.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=46.71%
G=28.10%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114513000.400.460.058.1179.8672.75
HexF191820282E585049
Octal36122120205056510120111
Binary1111000110010001100000100101000101110101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19182; }

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

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

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

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

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

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

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

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