Html Css Color HEX #FF6486 Brink Pink

📋 copy color: '#FF6486'

red 255 ◦ green 100 ◦ blue 134

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

Shades of Brink Pink #FF6486

Tints of Brink Pink #FF6486

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.45%

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

R = 52.15%
G = 20.45%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6486 (or 0xFF6486) is known color: Brink Pink. HEX triplet: FF, 64 and 86. RGB value is (255,100,134). Sum of RGB (Red+Green+Blue) = 255+100+134=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6486 is #009B79. Grayscale: #969696. Windows color (decimal): -39802 or 8807679. OLE color: 8807679.

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

Color convert

RGB 255 100 134 -
CMYK 0 0.61 0.47 0
HSL 346.84º 1% 0.7% -
HSV(B) 346.84º 0.61% 1% -
XYZ 50.1 32.1 26.11 -
YUV 150.22 118.85 202.74 -
System Red Green Blue C M Y K H S L
Decimal 255 100 134 0 0.61 0.47 0 346.84 1 0.7
Hex FF 64 86 0 3D 2F 0 15B 64 46
Octal 377 144 206 0 75 57 0 533 144 106
Binary 11111111 1100100 10000110 0 111101 101111 0 101011011 1100100 1000110

Color Harmonies of #FF6486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6486

Black with #FF6486

Text Example


Text Example

White with #FF6486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6486; }

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

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

background-color css

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

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

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

border-color css

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

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

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