Html Css Color HEX #FF5485 Brink Pink

📋 copy color: '#FF5485'

red 255 ◦ green 84 ◦ blue 133

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

Shades of Brink Pink #FF5485

Tints of Brink Pink #FF5485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.8%

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

R = 54.03%
G = 17.8%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF5485 (or 0xFF5485) is known color: Brink Pink. HEX triplet: FF, 54 and 85. RGB value is (255,84,133). Sum of RGB (Red+Green+Blue) = 255+84+133=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF5485 is #00AB7A. Grayscale: #8C8C8C. Windows color (decimal): -43899 or 8738047. OLE color: 8738047.

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

Color convert

RGB 255 84 133 -
CMYK 0 0.67 0.48 0
HSL 342.81º 1% 0.66% -
HSV(B) 342.81º 0.67% 1% -
XYZ 48.64 29.29 25.28 -
YUV 140.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 255 84 133 0 0.67 0.48 0 342.81 1 0.66
Hex FF 54 85 0 43 30 0 157 64 42
Octal 377 124 205 0 103 60 0 527 144 102
Binary 11111111 1010100 10000101 0 1000011 110000 0 101010111 1100100 1000010

Color Harmonies of #FF5485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5485

Black with #FF5485

Text Example


Text Example

White with #FF5485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5485; }

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

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

background-color css

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

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

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

border-color css

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

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

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