#F3948C

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

Shades of Sweet Pink #F3948C

Tints of Sweet Pink #F3948C

Color information

#F3948C (or 0xF3948C) is unknown color: approx Sweet Pink. HEX triplet: F3, 94 and 8C. RGB value is (243,148,140). Sum of RGB (Red+Green+Blue) = 243+148+140=531 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.76% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 243 - color contains mainly: red. Hex color #F3948C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3948C is #0C6B73. Grayscale: #AFAFAF. Windows color (decimal): -813940 or 9213171. OLE color: 9213171.

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

Color convert

RGB243148140-
CMYK00.390.420.05
HSL4.66º81.1%75.1%-
HSV(B)4.66º42.39%95.29%-
XYZ52.2942.1330.19-
YUV175.49107.97176.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.76%
GREEN value IS 148 (58.20% from 255) = 27.87%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=45.76%
G=27.87%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314814000.390.420.054.6681.175.1
HexF3948C0272A55514b
Octal3632242140475255121113
Binary111100111001010010001100010011110101010110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3948C; }

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

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

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

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

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

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

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

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