#F19383

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

Shades of Sweet Pink #F19383

Tints of Sweet Pink #F19383

Color information

#F19383 (or 0xF19383) is unknown color: approx Sweet Pink. HEX triplet: F1, 93 and 83. RGB value is (241,147,131). Sum of RGB (Red+Green+Blue) = 241+147+131=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F19383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F19383 is #0E6C7C. Grayscale: #ADADAD. Windows color (decimal): -945277 or 8623089. OLE color: 8623089.

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

Color convert

RGB241147131-
CMYK00.390.460.05
HSL8.73º79.71%72.94%-
HSV(B)8.73º45.64%94.51%-
XYZ50.8141.2126.75-
YUV173.28104.14176.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 131 (51.56% from 255) = 25.24%
R=46.44%
G=28.32%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114713100.390.460.058.7379.7172.94
HexF193830272E595049
Octal36122320304756511120111
Binary1111000110010011100000110100111101110101100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19383; }

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

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

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

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

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

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

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

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