Html Css Color HEX #FF5581 Brink Pink

📋 copy color: '#FF5581'

red 255 ◦ green 85 ◦ blue 129

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

Shades of Brink Pink #FF5581

Tints of Brink Pink #FF5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.12%

 BLUE value IS 129 (50.78% from 255) = 27.51%

R = 54.37%
G = 18.12%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF5581 (or 0xFF5581) is known color: Brink Pink. HEX triplet: FF, 55 and 81. RGB value is (255,85,129). Sum of RGB (Red+Green+Blue) = 255+85+129=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5581 is #00AA7E. Grayscale: #8C8C8C. Windows color (decimal): -43647 or 8476159. OLE color: 8476159.

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

Color convert

RGB 255 85 129 -
CMYK 0 0.67 0.49 0
HSL 344.47º 1% 0.67% -
HSV(B) 344.47º 0.67% 1% -
XYZ 48.45 29.34 23.88 -
YUV 140.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 255 85 129 0 0.67 0.49 0 344.47 1 0.67
Hex FF 55 81 0 43 31 0 158 64 43
Octal 377 125 201 0 103 61 0 530 144 103
Binary 11111111 1010101 10000001 0 1000011 110001 0 101011000 1100100 1000011

Color Harmonies of #FF5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5581

Black with #FF5581

Text Example


Text Example

White with #FF5581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5581; }

 p { color: rgb(255,85,129); }

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

background-color css

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

 a { background-color: rgb(255,85,129); }

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

border-color css

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

 span { border-color: rgb(255,85,129); }

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