Html Css Color HEX #FF6A82 Brink Pink

📋 copy color: '#FF6A82'

red 255 ◦ green 106 ◦ blue 130

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

Shades of Brink Pink #FF6A82

Tints of Brink Pink #FF6A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 51.93%
G = 21.59%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF6A82 (or 0xFF6A82) is known color: Brink Pink. HEX triplet: FF, 6A and 82. RGB value is (255,106,130). Sum of RGB (Red+Green+Blue) = 255+106+130=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A82 is #00957D. Grayscale: #999999. Windows color (decimal): -38270 or 8547071. OLE color: 8547071.

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

Color convert

RGB 255 106 130 -
CMYK 0 0.58 0.49 0
HSL 350.34º 1% 0.71% -
HSV(B) 350.34º 0.58% 1% -
XYZ 50.42 33.18 24.87 -
YUV 153.29 114.86 200.55 -
System Red Green Blue C M Y K H S L
Decimal 255 106 130 0 0.58 0.49 0 350.34 1 0.71
Hex FF 6A 82 0 3A 31 0 15E 64 47
Octal 377 152 202 0 72 61 0 536 144 107
Binary 11111111 1101010 10000010 0 111010 110001 0 101011110 1100100 1000111

Color Harmonies of #FF6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6A82

Black with #FF6A82

Text Example


Text Example

White with #FF6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6A82; }

 p { color: rgb(255,106,130); }

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

background-color css

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

 a { background-color: rgb(255,106,130); }

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

border-color css

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

 span { border-color: rgb(255,106,130); }

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