Html Css Color HEX #FF5B8F Brink Pink

📋 copy color: '#FF5B8F'

red 255 ◦ green 91 ◦ blue 143

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

Shades of Brink Pink #FF5B8F

Tints of Brink Pink #FF5B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 52.15%
G = 18.61%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0

RGB Variations

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

Color information

#FF5B8F (or 0xFF5B8F) is known color: Brink Pink. HEX triplet: FF, 5B and 8F. RGB value is (255,91,143). Sum of RGB (Red+Green+Blue) = 255+91+143=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5B8F is #00A470. Grayscale: #919191. Windows color (decimal): -42097 or 9395199. OLE color: 9395199.

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

Color convert

RGB 255 91 143 -
CMYK 0 0.64 0.44 0
HSL 340.98º 1% 0.68% -
HSV(B) 340.98º 0.64% 1% -
XYZ 49.94 30.73 29.29 -
YUV 145.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 255 91 143 0 0.64 0.44 0 340.98 1 0.68
Hex FF 5B 8F 0 40 2C 0 155 64 44
Octal 377 133 217 0 100 54 0 525 144 104
Binary 11111111 1011011 10001111 0 1000000 101100 0 101010101 1100100 1000100

Color Harmonies of #FF5B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B8F

Black with #FF5B8F

Text Example


Text Example

White with #FF5B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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