Html Css Color HEX #FC7785 Brink Pink

📋 copy color: '#FC7785'

red 252 ◦ green 119 ◦ blue 133

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

Shades of Brink Pink #FC7785

Tints of Brink Pink #FC7785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.39%

R = 50%
G = 23.61%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7785 (or 0xFC7785) is known color: Brink Pink. HEX triplet: FC, 77 and 85. RGB value is (252,119,133). Sum of RGB (Red+Green+Blue) = 252+119+133=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7785 is #03887A. Grayscale: #A0A0A0. Windows color (decimal): -231547 or 8747004. OLE color: 8747004.

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

Color convert

RGB 252 119 133 -
CMYK 0 0.53 0.47 0.01
HSL 353.68º 0.96% 0.73% -
HSV(B) 353.68º 0.53% 0.99% -
XYZ 50.98 35.58 26.37 -
YUV 160.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 252 119 133 0 0.53 0.47 0.01 353.68 0.96 0.73
Hex FC 77 85 0 35 2F 1 162 60 49
Octal 374 167 205 0 65 57 1 542 140 111
Binary 11111100 1110111 10000101 0 110101 101111 1 101100010 1100000 1001001

Color Harmonies of #FC7785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7785

Black with #FC7785

Text Example


Text Example

White with #FC7785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7785; }

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

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

background-color css

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

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

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

border-color css

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

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

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