Html Css Color HEX #F68E8C Sweet Pink

📋 copy color: '#F68E8C'

red 246 ◦ green 142 ◦ blue 140

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

Shades of Sweet Pink #F68E8C

Tints of Sweet Pink #F68E8C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

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

R = 46.59%
G = 26.89%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F68E8C (or 0xF68E8C) is known color: Sweet Pink. HEX triplet: F6, 8E and 8C. RGB value is (246,142,140). Sum of RGB (Red+Green+Blue) = 246+142+140=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68E8C is #097173. Grayscale: #ACACAC. Windows color (decimal): -618868 or 9211638. OLE color: 9211638.

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

Color convert

RGB 246 142 140 -
CMYK 0 0.42 0.43 0.04
HSL 1.13º 0.85% 0.76% -
HSV(B) 1.13º 0.43% 0.96% -
XYZ 52.41 40.83 29.93 -
YUV 172.87 109.46 180.16 -
System Red Green Blue C M Y K H S L
Decimal 246 142 140 0 0.42 0.43 0.04 1.13 0.85 0.76
Hex F6 8E 8C 0 2A 2B 4 1 55 4C
Octal 366 216 214 0 52 53 4 1 125 114
Binary 11110110 10001110 10001100 0 101010 101011 100 1 1010101 1001100

Color Harmonies of #F68E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68E8C

Black with #F68E8C

Text Example


Text Example

White with #F68E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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