Html Css Color HEX #FC767D Brink Pink

📋 copy color: '#FC767D'

red 252 ◦ green 118 ◦ blue 125

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

Shades of Brink Pink #FC767D

Tints of Brink Pink #FC767D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 50.91%
G = 23.84%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC767D (or 0xFC767D) is known color: Brink Pink. HEX triplet: FC, 76 and 7D. RGB value is (252,118,125). Sum of RGB (Red+Green+Blue) = 252+118+125=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC767D is #038982. Grayscale: #9E9E9E. Windows color (decimal): -231811 or 8222460. OLE color: 8222460.

HSL color Cylindrical-coordinate representation of color #FC767D: hue angle of 356.87º 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 #FC767D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 125 -
CMYK 0 0.53 0.50 0.01
HSL 356.87º 0.96% 0.73% -
HSV(B) 356.87º 0.53% 0.99% -
XYZ 50.32 35.13 23.53 -
YUV 158.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 252 118 125 0 0.53 0.50 0.01 356.87 0.96 0.73
Hex FC 76 7D 0 35 32 1 165 60 49
Octal 374 166 175 0 65 62 1 545 140 111
Binary 11111100 1110110 1111101 0 110101 110010 1 101100101 1100000 1001001

Color Harmonies of #FC767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC767D

Black with #FC767D

Text Example


Text Example

White with #FC767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC767D; }

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

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

background-color css

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

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

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

border-color css

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

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

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