#F3968E

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

Shades of Sweet Pink #F3968E

Tints of Sweet Pink #F3968E

Color information

#F3968E (or 0xF3968E) is unknown color: approx Sweet Pink. HEX triplet: F3, 96 and 8E. RGB value is (243,150,142). Sum of RGB (Red+Green+Blue) = 243+150+142=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F3968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F3968E is #0C6971. Grayscale: #B1B1B1. Windows color (decimal): -813426 or 9344755. OLE color: 9344755.

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

Color convert

RGB243150142-
CMYK00.380.420.05
HSL4.75º80.8%75.49%-
HSV(B)4.75º41.56%95.29%-
XYZ52.7542.8231.08-
YUV176.9108.31175.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.42%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 142 (55.86% from 255) = 26.54%
R=45.42%
G=28.04%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315014200.380.420.054.7580.875.49
HexF3968E0262A55514b
Octal3632262160465255121113
Binary111100111001011010001110010011010101010110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3968E; }

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

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

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

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

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

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

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

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