#F68D88

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

Shades of Sweet Pink #F68D88

Tints of Sweet Pink #F68D88

Color information

#F68D88 (or 0xF68D88) is unknown color: approx Sweet Pink. HEX triplet: F6, 8D and 88. RGB value is (246,141,136). Sum of RGB (Red+Green+Blue) = 246+141+136=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D88 is #097277. Grayscale: #ABABAB. Windows color (decimal): -619128 or 8949238. OLE color: 8949238.

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

Color convert

RGB246141136-
CMYK00.430.450.04
HSL2.73º85.94%74.9%-
HSV(B)2.73º44.72%96.47%-
XYZ51.9740.4228.36-
YUV171.82107.79180.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 136 (53.52% from 255) = 26.00%
R=47.04%
G=26.96%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614113600.430.450.042.7385.9474.9
HexF68D8802B2D43564b
Octal3662152100535543126113
Binary11110110100011011000100001010111011011001110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68D88; }

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

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

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

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

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

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

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

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