#F68C85

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

Shades of Sweet Pink #F68C85

Tints of Sweet Pink #F68C85

Color information

#F68C85 (or 0xF68C85) is unknown color: approx Sweet Pink. HEX triplet: F6, 8C and 85. RGB value is (246,140,133). Sum of RGB (Red+Green+Blue) = 246+140+133=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C85 is #09737A. Grayscale: #ABABAB. Windows color (decimal): -619387 or 8752374. OLE color: 8752374.

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

Color convert

RGB246140133-
CMYK00.430.460.04
HSL3.72º86.26%74.31%-
HSV(B)3.72º45.93%96.47%-
XYZ51.6240.0427.2-
YUV170.9106.62181.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.40%
GREEN value IS 140 (55.08% from 255) = 26.97%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=47.40%
G=26.97%
B=25.63%

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
Decimal24614013300.430.460.043.7286.2674.31
HexF68C8502B2E44564a
Octal3662142050535644126112
Binary111101101000110010000101010101110111010010010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68C85; }

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

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

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

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

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

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

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

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