Html Css Color HEX #FF5B84 Brink Pink

📋 copy color: '#FF5B84'

red 255 ◦ green 91 ◦ blue 132

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

Shades of Brink Pink #FF5B84

Tints of Brink Pink #FF5B84

RGB

 RED value IS 255 (100% from 255) = 53.35%

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

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

R = 53.35%
G = 19.04%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5B84 (or 0xFF5B84) is known color: Brink Pink. HEX triplet: FF, 5B and 84. RGB value is (255,91,132). Sum of RGB (Red+Green+Blue) = 255+91+132=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B84 is #00A47B. Grayscale: #909090. Windows color (decimal): -42108 or 8674303. OLE color: 8674303.

HSL color Cylindrical-coordinate representation of color #FF5B84: hue angle of 345º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5B84 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 132 -
CMYK 0 0.64 0.48 0
HSL 345º 1% 0.68% -
HSV(B) 345º 0.64% 1% -
XYZ 49.15 30.41 25.11 -
YUV 144.71 120.83 206.67 -
System Red Green Blue C M Y K H S L
Decimal 255 91 132 0 0.64 0.48 0 345 1 0.68
Hex FF 5B 84 0 40 30 0 159 64 44
Octal 377 133 204 0 100 60 0 531 144 104
Binary 11111111 1011011 10000100 0 1000000 110000 0 101011001 1100100 1000100

Color Harmonies of #FF5B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B84

Black with #FF5B84

Text Example


Text Example

White with #FF5B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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