#F39082

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

Shades of Sweet Pink #F39082

Tints of Sweet Pink #F39082

Color information

#F39082 (or 0xF39082) is unknown color: approx Sweet Pink. HEX triplet: F3, 90 and 82. RGB value is (243,144,130). Sum of RGB (Red+Green+Blue) = 243+144+130=517 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.00% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 243 - color contains mainly: red. Hex color #F39082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39082 is #0C6F7D. Grayscale: #ACACAC. Windows color (decimal): -814974 or 8556787. OLE color: 8556787.

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

Color convert

RGB243144130-
CMYK00.410.470.05
HSL7.43º82.48%73.14%-
HSV(B)7.43º46.5%95.29%-
XYZ50.9640.6126.27-
YUV172104.3178.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.00%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 130 (51.17% from 255) = 25.15%
R=47.00%
G=27.85%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314413000.410.470.057.4382.4873.14
HexF390820292F575249
Octal3632202020515757122111
Binary111100111001000010000010010100110111110111110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39082; }

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

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

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

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

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

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

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

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