Html Css Color HEX #FF6586 Brink Pink

📋 copy color: '#FF6586'

red 255 ◦ green 101 ◦ blue 134

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

Shades of Brink Pink #FF6586

Tints of Brink Pink #FF6586

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.61%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 52.04%
G = 20.61%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6586 (or 0xFF6586) is known color: Brink Pink. HEX triplet: FF, 65 and 86. RGB value is (255,101,134). Sum of RGB (Red+Green+Blue) = 255+101+134=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6586 is #009A79. Grayscale: #969696. Windows color (decimal): -39546 or 8807935. OLE color: 8807935.

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

Color convert

RGB 255 101 134 -
CMYK 0 0.60 0.47 0
HSL 347.14º 1% 0.7% -
HSV(B) 347.14º 0.6% 1% -
XYZ 50.2 32.29 26.14 -
YUV 150.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 255 101 134 0 0.60 0.47 0 347.14 1 0.7
Hex FF 65 86 0 3C 2F 0 15B 64 46
Octal 377 145 206 0 74 57 0 533 144 106
Binary 11111111 1100101 10000110 0 111100 101111 0 101011011 1100100 1000110

Color Harmonies of #FF6586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6586

Black with #FF6586

Text Example


Text Example

White with #FF6586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6586; }

 p { color: rgb(255,101,134); }

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

background-color css

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

 a { background-color: rgb(255,101,134); }

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

border-color css

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

 span { border-color: rgb(255,101,134); }

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