Html Css Color HEX #FC787F Brink Pink

📋 copy color: '#FC787F'

red 252 ◦ green 120 ◦ blue 127

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

Shades of Brink Pink #FC787F

Tints of Brink Pink #FC787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.05%

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

R = 50.5%
G = 24.05%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC787F (or 0xFC787F) is known color: Brink Pink. HEX triplet: FC, 78 and 7F. RGB value is (252,120,127). Sum of RGB (Red+Green+Blue) = 252+120+127=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC787F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC787F is #038780. Grayscale: #A0A0A0. Windows color (decimal): -231297 or 8354044. OLE color: 8354044.

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

Color convert

RGB 252 120 127 -
CMYK 0 0.52 0.50 0.01
HSL 356.82º 0.96% 0.73% -
HSV(B) 356.82º 0.52% 0.99% -
XYZ 50.69 35.66 24.29 -
YUV 160.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 252 120 127 0 0.52 0.50 0.01 356.82 0.96 0.73
Hex FC 78 7F 0 34 32 1 165 60 49
Octal 374 170 177 0 64 62 1 545 140 111
Binary 11111100 1111000 1111111 0 110100 110010 1 101100101 1100000 1001001

Color Harmonies of #FC787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC787F

Black with #FC787F

Text Example


Text Example

White with #FC787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC787F; }

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

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

background-color css

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

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

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

border-color css

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

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

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