#F68D81

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

Shades of Sweet Pink #F68D81

Tints of Sweet Pink #F68D81

Color information

#F68D81 (or 0xF68D81) is unknown color: approx Sweet Pink. HEX triplet: F6, 8D and 81. RGB value is (246,141,129). Sum of RGB (Red+Green+Blue) = 246+141+129=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D81 is #09727E. Grayscale: #ABABAB. Windows color (decimal): -619135 or 8490486. OLE color: 8490486.

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

Color convert

RGB246141129-
CMYK00.430.480.04
HSL6.15º86.67%73.53%-
HSV(B)6.15º47.56%96.47%-
XYZ51.4940.2325.82-
YUV171.03104.29181.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.67%
GREEN value IS 141 (55.47% from 255) = 27.33%
BLUE value IS 129 (50.78% from 255) = 25%
R=47.67%
G=27.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614112900.430.480.046.1586.6773.53
HexF68D8102B3046574a
Octal3662152010536046127112
Binary111101101000110110000001010101111000010011010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68D81; }

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

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

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

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

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

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

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

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