Html Css Color HEX #FC5B84 Brink Pink

📋 copy color: '#FC5B84'

red 252 ◦ green 91 ◦ blue 132

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

Shades of Brink Pink #FC5B84

Tints of Brink Pink #FC5B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.79%

R = 53.05%
G = 19.16%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC5B84 (or 0xFC5B84) is known color: Brink Pink. HEX triplet: FC, 5B and 84. RGB value is (252,91,132). Sum of RGB (Red+Green+Blue) = 252+91+132=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B84 is #03A47B. Grayscale: #8F8F8F. Windows color (decimal): -238716 or 8674300. OLE color: 8674300.

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

Color convert

RGB 252 91 132 -
CMYK 0 0.64 0.48 0.01
HSL 344.72º 0.96% 0.67% -
HSV(B) 344.72º 0.64% 0.99% -
XYZ 48.05 29.84 25.06 -
YUV 143.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 252 91 132 0 0.64 0.48 0.01 344.72 0.96 0.67
Hex FC 5B 84 0 40 30 1 159 60 43
Octal 374 133 204 0 100 60 1 531 140 103
Binary 11111100 1011011 10000100 0 1000000 110000 1 101011001 1100000 1000011

Color Harmonies of #FC5B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B84

Black with #FC5B84

Text Example


Text Example

White with #FC5B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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