#F39695

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

Shades of Sweet Pink #F39695

Tints of Sweet Pink #F39695

Color information

#F39695 (or 0xF39695) is unknown color: approx Sweet Pink. HEX triplet: F3, 96 and 95. RGB value is (243,150,149). Sum of RGB (Red+Green+Blue) = 243+150+149=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F39695 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39695 is #0C696A. Grayscale: #B1B1B1. Windows color (decimal): -813419 or 9803507. OLE color: 9803507.

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

Color convert

RGB243150149-
CMYK00.380.390.05
HSL0.64º79.66%76.86%-
HSV(B)0.64º38.68%95.29%-
XYZ53.2943.0433.93-
YUV177.69111.81174.58-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.83%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=44.83%
G=27.68%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315014900.380.390.050.6479.6676.86
HexF396950262751504d
Octal3632262250464751120115
Binary1111001110010110100101010100110100111101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39695; }

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

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

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

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

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

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

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

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