Html Css Color HEX #FC6F77 Brink Pink

📋 copy color: '#FC6F77'

red 252 ◦ green 111 ◦ blue 119

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

Shades of Brink Pink #FC6F77

Tints of Brink Pink #FC6F77

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 119 (46.88% from 255) = 24.69%

R = 52.28%
G = 23.03%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC6F77 (or 0xFC6F77) is known color: Brink Pink. HEX triplet: FC, 6F and 77. RGB value is (252,111,119). Sum of RGB (Red+Green+Blue) = 252+111+119=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F77 is #039088. Grayscale: #9A9A9A. Windows color (decimal): -233609 or 7827452. OLE color: 7827452.

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

Color convert

RGB 252 111 119 -
CMYK 0 0.56 0.53 0.01
HSL 356.6º 0.96% 0.71% -
HSV(B) 356.6º 0.56% 0.99% -
XYZ 49.16 33.4 21.31 -
YUV 154.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 252 111 119 0 0.56 0.53 0.01 356.6 0.96 0.71
Hex FC 6F 77 0 38 35 1 165 60 47
Octal 374 157 167 0 70 65 1 545 140 107
Binary 11111100 1101111 1110111 0 111000 110101 1 101100101 1100000 1000111

Color Harmonies of #FC6F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F77

Black with #FC6F77

Text Example


Text Example

White with #FC6F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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