Html Css Color HEX #F68B86 Sweet Pink

📋 copy color: '#F68B86'

red 246 ◦ green 139 ◦ blue 134

#F68B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sweet Pink #F68B86

Tints of Sweet Pink #F68B86

RGB

 RED value IS 246 (96.48% from 255) = 47.4%

 GREEN value IS 139 (54.69% from 255) = 26.78%

 BLUE value IS 134 (52.73% from 255) = 25.82%

R = 47.4%
G = 26.78%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F68B86 (or 0xF68B86) is known color: Sweet Pink. HEX triplet: F6, 8B and 86. RGB value is (246,139,134). Sum of RGB (Red+Green+Blue) = 246+139+134=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F68B86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68B86 is #097479. Grayscale: #AAAAAA. Windows color (decimal): -619642 or 8817654. OLE color: 8817654.

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

Color convert

RGB 246 139 134 -
CMYK 0 0.43 0.46 0.04
HSL 2.68º 0.86% 0.75% -
HSV(B) 2.68º 0.46% 0.96% -
XYZ 51.54 39.78 27.52 -
YUV 170.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 246 139 134 0 0.43 0.46 0.04 2.68 0.86 0.75
Hex F6 8B 86 0 2B 2E 4 3 56 4B
Octal 366 213 206 0 53 56 4 3 126 113
Binary 11110110 10001011 10000110 0 101011 101110 100 11 1010110 1001011

Color Harmonies of #F68B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68B86

Black with #F68B86

Text Example


Text Example

White with #F68B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68B86; }

 p { color: rgb(246,139,134); }

 H1.HeaderClassName
 {
   color: #F68B86;
 }
 .AnyTagClassName
 {
   color: #F68B86;
 }
</style>

background-color css

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

 a { background-color: rgb(246,139,134); }

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

border-color css

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

 span { border-color: rgb(246,139,134); }

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