#F39B94

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

Shades of Sweet Pink #F39B94

Tints of Sweet Pink #F39B94

Color information

#F39B94 (or 0xF39B94) is unknown color: approx Sweet Pink. HEX triplet: F3, 9B and 94. RGB value is (243,155,148). Sum of RGB (Red+Green+Blue) = 243+155+148=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F39B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39B94 is #0C646B. Grayscale: #B4B4B4. Windows color (decimal): -812140 or 9739251. OLE color: 9739251.

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

Color convert

RGB243155148-
CMYK00.360.390.05
HSL4.42º79.83%76.67%-
HSV(B)4.42º39.09%95.29%-
XYZ54.0344.6433.78-
YUV180.51109.65172.57-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.51%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 148 (58.20% from 255) = 27.11%
R=44.51%
G=28.39%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315514800.360.390.054.4279.8376.67
HexF39B940242754504d
Octal3632332240444754120115
Binary111100111001101110010100010010010011110110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39B94; }

 p { color: rgb(243,155,148); }

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

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

 a { background-color: rgb(243,155,148); }

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

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

 span { border-color: rgb(243,155,148); }

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