#F3938E

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

Shades of Sweet Pink #F3938E

Tints of Sweet Pink #F3938E

Color information

#F3938E (or 0xF3938E) is unknown color: approx Sweet Pink. HEX triplet: F3, 93 and 8E. RGB value is (243,147,142). Sum of RGB (Red+Green+Blue) = 243+147+142=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 147 (57.81% from 255 or 27.63% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3938E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3938E is #0C6C71. Grayscale: #AFAFAF. Windows color (decimal): -814194 or 9343987. OLE color: 9343987.

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

Color convert

RGB243147142-
CMYK00.400.420.05
HSL2.97º80.8%75.49%-
HSV(B)2.97º41.56%95.29%-
XYZ52.2841.8830.92-
YUV175.13109.3176.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.68%
GREEN value IS 147 (57.81% from 255) = 27.63%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=45.68%
G=27.63%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314714200.400.420.052.9780.875.49
HexF3938E0282A53514b
Octal3632232160505253121113
Binary11110011100100111000111001010001010101011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3938E; }

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

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

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

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

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

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

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

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