Html Css Color HEX #F68D8C Sweet Pink

📋 copy color: '#F68D8C'

red 246 ◦ green 141 ◦ blue 140

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

Shades of Sweet Pink #F68D8C

Tints of Sweet Pink #F68D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

 BLUE value IS 140 (55.08% from 255) = 26.57%

R = 46.68%
G = 26.76%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F68D8C (or 0xF68D8C) is known color: Sweet Pink. HEX triplet: F6, 8D and 8C. RGB value is (246,141,140). Sum of RGB (Red+Green+Blue) = 246+141+140=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68D8C is #097273. Grayscale: #ACACAC. Windows color (decimal): -619124 or 9211382. OLE color: 9211382.

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

Color convert

RGB 246 141 140 -
CMYK 0 0.43 0.43 0.04
HSL 0.57º 0.85% 0.76% -
HSV(B) 0.57º 0.43% 0.96% -
XYZ 52.26 40.54 29.88 -
YUV 172.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 246 141 140 0 0.43 0.43 0.04 0.57 0.85 0.76
Hex F6 8D 8C 0 2B 2B 4 1 55 4C
Octal 366 215 214 0 53 53 4 1 125 114
Binary 11110110 10001101 10001100 0 101011 101011 100 1 1010101 1001100

Color Harmonies of #F68D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68D8C

Black with #F68D8C

Text Example


Text Example

White with #F68D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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