#F39385

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

Shades of Sweet Pink #F39385

Tints of Sweet Pink #F39385

Color information

#F39385 (or 0xF39385) is unknown color: approx Sweet Pink. HEX triplet: F3, 93 and 85. RGB value is (243,147,133). Sum of RGB (Red+Green+Blue) = 243+147+133=523 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.46% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 243 - color contains mainly: red. Hex color #F39385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39385 is #0C6C7A. Grayscale: #AEAEAE. Windows color (decimal): -814203 or 8754163. OLE color: 8754163.

HSL color Cylindrical-coordinate representation of color #F39385: hue angle of 7.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F39385 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB243147133-
CMYK00.400.450.05
HSL7.64º82.09%73.73%-
HSV(B)7.64º45.27%95.29%-
XYZ51.6341.6227.5-
YUV174.11104.8177.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.46%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=46.46%
G=28.11%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314713300.400.450.057.6482.0973.73
HexF393850282D58524a
Octal36322320505055510122112
Binary1111001110010011100001010101000101101101100010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39385; }

 p { color: rgb(243,147,133); }

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

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

 a { background-color: rgb(243,147,133); }

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

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

 span { border-color: rgb(243,147,133); }

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