#F39A94

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

Shades of Sweet Pink #F39A94

Tints of Sweet Pink #F39A94

Color information

#F39A94 (or 0xF39A94) is unknown color: approx Sweet Pink. HEX triplet: F3, 9A and 94. RGB value is (243,154,148). Sum of RGB (Red+Green+Blue) = 243+154+148=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39A94 is #0C656B. Grayscale: #B4B4B4. Windows color (decimal): -812396 or 9738995. OLE color: 9738995.

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

Color convert

RGB243154148-
CMYK00.370.390.05
HSL3.79º79.83%76.67%-
HSV(B)3.79º39.09%95.29%-
XYZ53.8644.333.73-
YUV179.93109.99172.99-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.59%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 148 (58.20% from 255) = 27.16%
R=44.59%
G=28.26%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315414800.370.390.053.7979.8376.67
HexF39A940252754504d
Octal3632322240454754120115
Binary111100111001101010010100010010110011110110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39A94; }

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

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

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

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

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

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

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

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