#F39A96

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

Shades of Sweet Pink #F39A96

Tints of Sweet Pink #F39A96

Color information

#F39A96 (or 0xF39A96) is unknown color: approx Sweet Pink. HEX triplet: F3, 9A and 96. RGB value is (243,154,150). Sum of RGB (Red+Green+Blue) = 243+154+150=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39A96 is #0C6569. Grayscale: #B4B4B4. Windows color (decimal): -812394 or 9870067. OLE color: 9870067.

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

Color convert

RGB243154150-
CMYK00.370.380.05
HSL2.58º79.49%77.06%-
HSV(B)2.58º38.27%95.29%-
XYZ54.0244.3734.57-
YUV180.16110.99172.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.42%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=44.42%
G=28.15%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315415000.370.380.052.5879.4977.06
HexF39A9602526534f4d
Octal3632322260454653117115
Binary11110011100110101001011001001011001101011110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39A96; }

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

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

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

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

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

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

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

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