#F6968E

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

Shades of Sweet Pink #F6968E

Tints of Sweet Pink #F6968E

Color information

#F6968E (or 0xF6968E) is unknown color: approx Sweet Pink. HEX triplet: F6, 96 and 8E. RGB value is (246,150,142). Sum of RGB (Red+Green+Blue) = 246+150+142=538 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.72% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 246 - color contains mainly: red. Hex color #F6968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6968E is #096971. Grayscale: #B1B1B1. Windows color (decimal): -616818 or 9344758. OLE color: 9344758.

HSL color Cylindrical-coordinate representation of color #F6968E: hue angle of 4.62º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6968E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB246150142-
CMYK00.390.420.04
HSL4.62º85.25%76.08%-
HSV(B)4.62º42.28%96.47%-
XYZ53.7943.3631.12-
YUV177.79107.8176.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.72%
GREEN value IS 150 (58.98% from 255) = 27.88%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=45.72%
G=27.88%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615014200.390.420.044.6285.2576.08
HexF6968E0272A45554c
Octal3662262160475245125114
Binary111101101001011010001110010011110101010010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6968E; }

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

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

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

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

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

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

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

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