Html Css Color HEX #F68C84 Sweet Pink

📋 copy color: '#F68C84'

red 246 ◦ green 140 ◦ blue 132

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

Shades of Sweet Pink #F68C84

Tints of Sweet Pink #F68C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.48%

R = 47.49%
G = 27.03%
B = 25.48%

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

#F68C84 (or 0xF68C84) is known color: Sweet Pink. HEX triplet: F6, 8C and 84. RGB value is (246,140,132). Sum of RGB (Red+Green+Blue) = 246+140+132=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68C84 is #09737B. Grayscale: #AAAAAA. Windows color (decimal): -619388 or 8686838. OLE color: 8686838.

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

Color convert

RGB 246 140 132 -
CMYK 0 0.43 0.46 0.04
HSL 4.21º 0.86% 0.74% -
HSV(B) 4.21º 0.46% 0.96% -
XYZ 51.55 40.01 26.84 -
YUV 170.78 106.12 181.65 -
System Red Green Blue C M Y K H S L
Decimal 246 140 132 0 0.43 0.46 0.04 4.21 0.86 0.74
Hex F6 8C 84 0 2B 2E 4 4 56 4A
Octal 366 214 204 0 53 56 4 4 126 112
Binary 11110110 10001100 10000100 0 101011 101110 100 100 1010110 1001010

Color Harmonies of #F68C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C84

Black with #F68C84

Text Example


Text Example

White with #F68C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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