#F38C84

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

Shades of Sweet Pink #F38C84

Tints of Sweet Pink #F38C84

Color information

#F38C84 (or 0xF38C84) is unknown color: approx Sweet Pink. HEX triplet: F3, 8C and 84. RGB value is (243,140,132). Sum of RGB (Red+Green+Blue) = 243+140+132=515 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.18% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F38C84 is #0C737B. Grayscale: #AAAAAA. Windows color (decimal): -815996 or 8686835. OLE color: 8686835.

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

Color convert

RGB243140132-
CMYK00.420.460.05
HSL4.32º82.22%73.53%-
HSV(B)4.32º45.68%95.29%-
XYZ50.5139.4826.79-
YUV169.88106.62180.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.18%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=47.18%
G=27.18%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314013200.420.460.054.3282.2273.53
HexF38C8402A2E54524a
Octal3632142040525654122112
Binary111100111000110010000100010101010111010110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38C84; }

 p { color: rgb(243,140,132); }

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

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

 a { background-color: rgb(243,140,132); }

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

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

 span { border-color: rgb(243,140,132); }

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