Html Css Color HEX #FC5B80 Brink Pink

📋 copy color: '#FC5B80'

red 252 ◦ green 91 ◦ blue 128

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

Shades of Brink Pink #FC5B80

Tints of Brink Pink #FC5B80

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

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

R = 53.5%
G = 19.32%
B = 27.18%

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

#FC5B80 (or 0xFC5B80) is known color: Brink Pink. HEX triplet: FC, 5B and 80. RGB value is (252,91,128). Sum of RGB (Red+Green+Blue) = 252+91+128=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B80 is #03A47F. Grayscale: #8F8F8F. Windows color (decimal): -238720 or 8412156. OLE color: 8412156.

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

Color convert

RGB 252 91 128 -
CMYK 0 0.64 0.49 0.01
HSL 346.21º 0.96% 0.67% -
HSV(B) 346.21º 0.64% 0.99% -
XYZ 47.78 29.74 23.64 -
YUV 143.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 252 91 128 0 0.64 0.49 0.01 346.21 0.96 0.67
Hex FC 5B 80 0 40 31 1 15A 60 43
Octal 374 133 200 0 100 61 1 532 140 103
Binary 11111100 1011011 10000000 0 1000000 110001 1 101011010 1100000 1000011

Color Harmonies of #FC5B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B80

Black with #FC5B80

Text Example


Text Example

White with #FC5B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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