#F19392

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

Shades of Sweet Pink #F19392

Tints of Sweet Pink #F19392

Color information

#F19392 (or 0xF19392) is unknown color: approx Sweet Pink. HEX triplet: F1, 93 and 92. RGB value is (241,147,146). Sum of RGB (Red+Green+Blue) = 241+147+146=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F19392 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19392 is #0E6C6D. Grayscale: #AFAFAF. Windows color (decimal): -945262 or 9606129. OLE color: 9606129.

HSL color Cylindrical-coordinate representation of color #F19392: hue angle of 0.63º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F19392 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB241147146-
CMYK00.390.390.05
HSL0.63º77.24%75.88%-
HSV(B)0.63º39.42%94.51%-
XYZ51.941.6432.5-
YUV174.99111.64175.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=45.13%
G=27.53%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114714600.390.390.050.6377.2475.88
HexF1939202727514d4c
Octal3612232220474751115114
Binary1111000110010011100100100100111100111101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19392; }

 p { color: rgb(241,147,146); }

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

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

 a { background-color: rgb(241,147,146); }

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

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

 span { border-color: rgb(241,147,146); }

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