#F19184

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

Shades of Sweet Pink #F19184

Tints of Sweet Pink #F19184

Color information

#F19184 (or 0xF19184) is unknown color: approx Sweet Pink. HEX triplet: F1, 91 and 84. RGB value is (241,145,132). Sum of RGB (Red+Green+Blue) = 241+145+132=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F19184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19184 is #0E6E7B. Grayscale: #ACACAC. Windows color (decimal): -945788 or 8688113. OLE color: 8688113.

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

Color convert

RGB241145132-
CMYK00.400.450.05
HSL7.16º79.56%73.14%-
HSV(B)7.16º45.23%94.51%-
XYZ50.5740.6227-
YUV172.22105.3177.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=46.53%
G=27.99%
B=25.48%

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
Decimal24114513200.400.450.057.1679.5673.14
HexF191840282D575049
Octal3612212040505557120111
Binary111100011001000110000100010100010110110111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19184; }

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

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

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

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

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

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

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

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