#F39085

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

Shades of Sweet Pink #F39085

Tints of Sweet Pink #F39085

Color information

#F39085 (or 0xF39085) is unknown color: approx Sweet Pink. HEX triplet: F3, 90 and 85. RGB value is (243,144,133). Sum of RGB (Red+Green+Blue) = 243+144+133=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F39085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39085 is #0C6F7A. Grayscale: #ACACAC. Windows color (decimal): -814971 or 8753395. OLE color: 8753395.

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

Color convert

RGB243144133-
CMYK00.410.450.05
HSL82.09%73.73%-
HSV(B)45.27%95.29%-
XYZ51.1740.6927.35-
YUV172.35105.8178.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=46.73%
G=27.69%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314413300.410.450.05682.0973.73
HexF390850292D56524a
Octal3632202050515556122112
Binary111100111001000010000101010100110110110111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39085; }

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

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

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

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

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

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

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

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