Html Css Color HEX #FF5785 Brink Pink

📋 copy color: '#FF5785'

red 255 ◦ green 87 ◦ blue 133

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

Shades of Brink Pink #FF5785

Tints of Brink Pink #FF5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.32%

 BLUE value IS 133 (52.34% from 255) = 28%

R = 53.68%
G = 18.32%
B = 28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5785 (or 0xFF5785) is known color: Brink Pink. HEX triplet: FF, 57 and 85. RGB value is (255,87,133). Sum of RGB (Red+Green+Blue) = 255+87+133=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5785 is #00A87A. Grayscale: #8E8E8E. Windows color (decimal): -43131 or 8738815. OLE color: 8738815.

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

Color convert

RGB 255 87 133 -
CMYK 0 0.66 0.48 0
HSL 343.57º 1% 0.67% -
HSV(B) 343.57º 0.66% 1% -
XYZ 48.88 29.77 25.36 -
YUV 142.48 122.66 208.26 -
System Red Green Blue C M Y K H S L
Decimal 255 87 133 0 0.66 0.48 0 343.57 1 0.67
Hex FF 57 85 0 42 30 0 158 64 43
Octal 377 127 205 0 102 60 0 530 144 103
Binary 11111111 1010111 10000101 0 1000010 110000 0 101011000 1100100 1000011

Color Harmonies of #FF5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5785

Black with #FF5785

Text Example


Text Example

White with #FF5785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5785; }

 p { color: rgb(255,87,133); }

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

background-color css

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

 a { background-color: rgb(255,87,133); }

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

border-color css

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

 span { border-color: rgb(255,87,133); }

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