#F19081

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

Shades of Sweet Pink #F19081

Tints of Sweet Pink #F19081

Color information

#F19081 (or 0xF19081) is unknown color: approx Sweet Pink. HEX triplet: F1, 90 and 81. RGB value is (241,144,129). Sum of RGB (Red+Green+Blue) = 241+144+129=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F19081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19081 is #0E6F7E. Grayscale: #ABABAB. Windows color (decimal): -946047 or 8491249. OLE color: 8491249.

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

Color convert

RGB241144129-
CMYK00.400.460.05
HSL8.04º80%72.55%-
HSV(B)8.04º46.47%94.51%-
XYZ50.2140.2325.89-
YUV171.29104.14177.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=46.89%
G=28.02%
B=25.10%

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
Decimal24114412900.400.460.058.048072.55
HexF190810282E585049
Octal36122020105056510120111
Binary1111000110010000100000010101000101110101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19081; }

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

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

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

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

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

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

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

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