Html Css Color HEX #FC768C Brink Pink

📋 copy color: '#FC768C'

red 252 ◦ green 118 ◦ blue 140

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

Shades of Brink Pink #FC768C

Tints of Brink Pink #FC768C

RGB

 RED value IS 252 (98.83% from 255) = 49.41%

 GREEN value IS 118 (46.48% from 255) = 23.14%

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

R = 49.41%
G = 23.14%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC768C (or 0xFC768C) is known color: Brink Pink. HEX triplet: FC, 76 and 8C. RGB value is (252,118,140). Sum of RGB (Red+Green+Blue) = 252+118+140=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC768C is #038973. Grayscale: #A0A0A0. Windows color (decimal): -231796 or 9205500. OLE color: 9205500.

HSL color Cylindrical-coordinate representation of color #FC768C: hue angle of 350.15º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC768C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 140 -
CMYK 0 0.53 0.44 0.01
HSL 350.15º 0.96% 0.73% -
HSV(B) 350.15º 0.53% 0.99% -
XYZ 51.36 35.55 28.97 -
YUV 160.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 252 118 140 0 0.53 0.44 0.01 350.15 0.96 0.73
Hex FC 76 8C 0 35 2C 1 15E 60 49
Octal 374 166 214 0 65 54 1 536 140 111
Binary 11111100 1110110 10001100 0 110101 101100 1 101011110 1100000 1001001

Color Harmonies of #FC768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC768C

Black with #FC768C

Text Example


Text Example

White with #FC768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC768C; }

 p { color: rgb(252,118,140); }

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

background-color css

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

 a { background-color: rgb(252,118,140); }

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

border-color css

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

 span { border-color: rgb(252,118,140); }

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