#F19085

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

Shades of Sweet Pink #F19085

Tints of Sweet Pink #F19085

Color information

#F19085 (or 0xF19085) is unknown color: approx Sweet Pink. HEX triplet: F1, 90 and 85. RGB value is (241,144,133). Sum of RGB (Red+Green+Blue) = 241+144+133=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19085 is #0E6F7A. Grayscale: #ABABAB. Windows color (decimal): -946043 or 8753393. OLE color: 8753393.

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

Color convert

RGB241144133-
CMYK00.400.450.05
HSL6.11º79.41%73.33%-
HSV(B)6.11º44.81%94.51%-
XYZ50.4840.3427.32-
YUV171.75106.14177.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=46.53%
G=27.80%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114413300.400.450.056.1179.4173.33
HexF190850282D564f49
Octal3612202050505556117111
Binary111100011001000010000101010100010110110111010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19085; }

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

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

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

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

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

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

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

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