Html Css Color HEX #FC777F Brink Pink

📋 copy color: '#FC777F'

red 252 ◦ green 119 ◦ blue 127

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

Shades of Brink Pink #FC777F

Tints of Brink Pink #FC777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.9%

 BLUE value IS 127 (50% from 255) = 25.5%

R = 50.6%
G = 23.9%
B = 25.5%

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

#FC777F (or 0xFC777F) is known color: Brink Pink. HEX triplet: FC, 77 and 7F. RGB value is (252,119,127). Sum of RGB (Red+Green+Blue) = 252+119+127=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC777F is #038880. Grayscale: #9F9F9F. Windows color (decimal): -231553 or 8353788. OLE color: 8353788.

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

Color convert

RGB 252 119 127 -
CMYK 0 0.53 0.50 0.01
HSL 356.39º 0.96% 0.73% -
HSV(B) 356.39º 0.53% 0.99% -
XYZ 50.57 35.42 24.25 -
YUV 159.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 252 119 127 0 0.53 0.50 0.01 356.39 0.96 0.73
Hex FC 77 7F 0 35 32 1 164 60 49
Octal 374 167 177 0 65 62 1 544 140 111
Binary 11111100 1110111 1111111 0 110101 110010 1 101100100 1100000 1001001

Color Harmonies of #FC777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC777F

Black with #FC777F

Text Example


Text Example

White with #FC777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC777F; }

 p { color: rgb(252,119,127); }

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

background-color css

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

 a { background-color: rgb(252,119,127); }

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

border-color css

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

 span { border-color: rgb(252,119,127); }

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