Html Css Color HEX #FF5B7F Brink Pink

📋 copy color: '#FF5B7F'

red 255 ◦ green 91 ◦ blue 127

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

Shades of Brink Pink #FF5B7F

Tints of Brink Pink #FF5B7F

RGB

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

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

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

R = 53.91%
G = 19.24%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF5B7F (or 0xFF5B7F) is known color: Brink Pink. HEX triplet: FF, 5B and 7F. RGB value is (255,91,127). Sum of RGB (Red+Green+Blue) = 255+91+127=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5B7F is #00A480. Grayscale: #909090. Windows color (decimal): -42113 or 8346623. OLE color: 8346623.

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

Color convert

RGB 255 91 127 -
CMYK 0 0.64 0.50 0
HSL 346.83º 1% 0.68% -
HSV(B) 346.83º 0.64% 1% -
XYZ 48.81 30.27 23.35 -
YUV 144.14 118.33 207.07 -
System Red Green Blue C M Y K H S L
Decimal 255 91 127 0 0.64 0.50 0 346.83 1 0.68
Hex FF 5B 7F 0 40 32 0 15B 64 44
Octal 377 133 177 0 100 62 0 533 144 104
Binary 11111111 1011011 1111111 0 1000000 110010 0 101011011 1100100 1000100

Color Harmonies of #FF5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B7F

Black with #FF5B7F

Text Example


Text Example

White with #FF5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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