#F3938F

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

Shades of Sweet Pink #F3938F

Tints of Sweet Pink #F3938F

Color information

#F3938F (or 0xF3938F) is unknown color: approx Sweet Pink. HEX triplet: F3, 93 and 8F. RGB value is (243,147,143). Sum of RGB (Red+Green+Blue) = 243+147+143=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3938F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3938F is #0C6C70. Grayscale: #AFAFAF. Windows color (decimal): -814193 or 9409523. OLE color: 9409523.

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

Color convert

RGB243147143-
CMYK00.400.410.05
HSL2.4º80.65%75.69%-
HSV(B)2.4º41.15%95.29%-
XYZ52.3541.9131.32-
YUV175.25109.8176.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.59%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 143 (56.25% from 255) = 26.83%
R=45.59%
G=27.58%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314714300.400.410.052.480.6575.69
HexF3938F0282952514c
Octal3632232170505152121114
Binary11110011100100111000111101010001010011011010100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3938F; }

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

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

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

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

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

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

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

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