Html Css Color HEX #F68C85 Sweet Pink

📋 copy color: '#F68C85'

red 246 ◦ green 140 ◦ blue 133

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

Shades of Sweet Pink #F68C85

Tints of Sweet Pink #F68C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

 BLUE value IS 133 (52.34% from 255) = 25.63%

R = 47.4%
G = 26.97%
B = 25.63%

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

#F68C85 (or 0xF68C85) is known color: Sweet Pink. HEX triplet: F6, 8C and 85. RGB value is (246,140,133). Sum of RGB (Red+Green+Blue) = 246+140+133=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C85 is #09737A. Grayscale: #ABABAB. Windows color (decimal): -619387 or 8752374. OLE color: 8752374.

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

Color convert

RGB 246 140 133 -
CMYK 0 0.43 0.46 0.04
HSL 3.72º 0.86% 0.74% -
HSV(B) 3.72º 0.46% 0.96% -
XYZ 51.62 40.04 27.2 -
YUV 170.9 106.62 181.57 -
System Red Green Blue C M Y K H S L
Decimal 246 140 133 0 0.43 0.46 0.04 3.72 0.86 0.74
Hex F6 8C 85 0 2B 2E 4 4 56 4A
Octal 366 214 205 0 53 56 4 4 126 112
Binary 11110110 10001100 10000101 0 101011 101110 100 100 1010110 1001010

Color Harmonies of #F68C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C85

Black with #F68C85

Text Example


Text Example

White with #F68C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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