#F19082

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

Shades of Sweet Pink #F19082

Tints of Sweet Pink #F19082

Color information

#F19082 (or 0xF19082) is unknown color: approx Sweet Pink. HEX triplet: F1, 90 and 82. RGB value is (241,144,130). Sum of RGB (Red+Green+Blue) = 241+144+130=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F19082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19082 is #0E6F7D. Grayscale: #ABABAB. Windows color (decimal): -946046 or 8556785. OLE color: 8556785.

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

Color convert

RGB241144130-
CMYK00.400.460.05
HSL7.57º79.86%72.75%-
HSV(B)7.57º46.06%94.51%-
XYZ50.2840.2626.24-
YUV171.41104.64177.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=46.80%
G=27.96%
B=25.24%

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
Decimal24114413000.400.460.057.5779.8672.75
HexF190820282E585049
Octal36122020205056510120111
Binary1111000110010000100000100101000101110101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19082; }

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

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

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

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

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

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

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

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