Html Css Color HEX #FF6086 Brink Pink

📋 copy color: '#FF6086'

red 255 ◦ green 96 ◦ blue 134

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

Shades of Brink Pink #FF6086

Tints of Brink Pink #FF6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

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

R = 52.58%
G = 19.79%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#FF6086 (or 0xFF6086) is known color: Brink Pink. HEX triplet: FF, 60 and 86. RGB value is (255,96,134). Sum of RGB (Red+Green+Blue) = 255+96+134=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6086 is #009F79. Grayscale: #939393. Windows color (decimal): -40826 or 8806655. OLE color: 8806655.

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

Color convert

RGB 255 96 134 -
CMYK 0 0.62 0.47 0
HSL 345.66º 1% 0.69% -
HSV(B) 345.66º 0.62% 1% -
XYZ 49.73 31.35 25.98 -
YUV 147.87 120.18 204.41 -
System Red Green Blue C M Y K H S L
Decimal 255 96 134 0 0.62 0.47 0 345.66 1 0.69
Hex FF 60 86 0 3E 2F 0 15A 64 45
Octal 377 140 206 0 76 57 0 532 144 105
Binary 11111111 1100000 10000110 0 111110 101111 0 101011010 1100100 1000101

Color Harmonies of #FF6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6086

Black with #FF6086

Text Example


Text Example

White with #FF6086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6086; }

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

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

background-color css

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

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

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

border-color css

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

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

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