#F68F8C

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

Shades of Sweet Pink #F68F8C

Tints of Sweet Pink #F68F8C

Color information

#F68F8C (or 0xF68F8C) is unknown color: approx Sweet Pink. HEX triplet: F6, 8F and 8C. RGB value is (246,143,140). Sum of RGB (Red+Green+Blue) = 246+143+140=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68F8C is #097073. Grayscale: #ADADAD. Windows color (decimal): -618612 or 9211894. OLE color: 9211894.

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

Color convert

RGB246143140-
CMYK00.420.430.04
HSL1.7º85.48%75.69%-
HSV(B)1.7º43.09%96.47%-
XYZ52.5641.1329.98-
YUV173.46109.12179.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.50%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=46.50%
G=27.03%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614314000.420.430.041.785.4875.69
HexF68F8C02A2B42554c
Octal3662172140525342125114
Binary11110110100011111000110001010101010111001010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68F8C; }

 p { color: rgb(246,143,140); }

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

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

 a { background-color: rgb(246,143,140); }

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

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

 span { border-color: rgb(246,143,140); }

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