Html Css Color HEX #FC5A80 Brink Pink

📋 copy color: '#FC5A80'

red 252 ◦ green 90 ◦ blue 128

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

Shades of Brink Pink #FC5A80

Tints of Brink Pink #FC5A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.15%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 53.62%
G = 19.15%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC5A80 (or 0xFC5A80) is known color: Brink Pink. HEX triplet: FC, 5A and 80. RGB value is (252,90,128). Sum of RGB (Red+Green+Blue) = 252+90+128=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5A80 is #03A57F. Grayscale: #8E8E8E. Windows color (decimal): -238976 or 8411900. OLE color: 8411900.

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

Color convert

RGB 252 90 128 -
CMYK 0 0.64 0.49 0.01
HSL 345.93º 0.96% 0.67% -
HSV(B) 345.93º 0.64% 0.99% -
XYZ 47.7 29.57 23.62 -
YUV 142.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 252 90 128 0 0.64 0.49 0.01 345.93 0.96 0.67
Hex FC 5A 80 0 40 31 1 15A 60 43
Octal 374 132 200 0 100 61 1 532 140 103
Binary 11111100 1011010 10000000 0 1000000 110001 1 101011010 1100000 1000011

Color Harmonies of #FC5A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A80

Black with #FC5A80

Text Example


Text Example

White with #FC5A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A80; }

 p { color: rgb(252,90,128); }

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

background-color css

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

 a { background-color: rgb(252,90,128); }

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

border-color css

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

 span { border-color: rgb(252,90,128); }

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