#F68E85

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

Shades of Sweet Pink #F68E85

Tints of Sweet Pink #F68E85

Color information

#F68E85 (or 0xF68E85) is unknown color: approx Sweet Pink. HEX triplet: F6, 8E and 85. RGB value is (246,142,133). Sum of RGB (Red+Green+Blue) = 246+142+133=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68E85 is #09717A. Grayscale: #ACACAC. Windows color (decimal): -618875 or 8752886. OLE color: 8752886.

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

Color convert

RGB246142133-
CMYK00.420.460.04
HSL4.78º86.26%74.31%-
HSV(B)4.78º45.93%96.47%-
XYZ51.9140.6327.3-
YUV172.07105.96180.73-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.22%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=47.22%
G=27.26%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614213300.420.460.044.7886.2674.31
HexF68E8502A2E45564a
Octal3662162050525645126112
Binary111101101000111010000101010101010111010010110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68E85; }

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

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

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

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

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

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

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

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