#F68D85

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

Shades of Sweet Pink #F68D85

Tints of Sweet Pink #F68D85

Color information

#F68D85 (or 0xF68D85) is unknown color: approx Sweet Pink. HEX triplet: F6, 8D and 85. RGB value is (246,141,133). Sum of RGB (Red+Green+Blue) = 246+141+133=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D85 is #09727A. Grayscale: #ABABAB. Windows color (decimal): -619131 or 8752630. OLE color: 8752630.

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

Color convert

RGB246141133-
CMYK00.430.460.04
HSL4.25º86.26%74.31%-
HSV(B)4.25º45.93%96.47%-
XYZ51.7640.3427.25-
YUV171.48106.29181.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.31%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=47.31%
G=27.12%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614113300.430.460.044.2586.2674.31
HexF68D8502B2E44564a
Octal3662152050535644126112
Binary111101101000110110000101010101110111010010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68D85; }

 p { color: rgb(246,141,133); }

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

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

 a { background-color: rgb(246,141,133); }

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

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

 span { border-color: rgb(246,141,133); }

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