Html Css Color HEX #FF6B84 Brink Pink

📋 copy color: '#FF6B84'

red 255 ◦ green 107 ◦ blue 132

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

Shades of Brink Pink #FF6B84

Tints of Brink Pink #FF6B84

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 51.62%
G = 21.66%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF6B84 (or 0xFF6B84) is known color: Brink Pink. HEX triplet: FF, 6B and 84. RGB value is (255,107,132). Sum of RGB (Red+Green+Blue) = 255+107+132=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6B84 is #00947B. Grayscale: #9A9A9A. Windows color (decimal): -38012 or 8678399. OLE color: 8678399.

HSL color Cylindrical-coordinate representation of color #FF6B84: hue angle of 349.86º 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 #FF6B84 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 255 107 132 -
CMYK 0 0.58 0.48 0
HSL 349.86º 1% 0.71% -
HSV(B) 349.86º 0.58% 1% -
XYZ 50.66 33.44 25.61 -
YUV 154.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 255 107 132 0 0.58 0.48 0 349.86 1 0.71
Hex FF 6B 84 0 3A 30 0 15E 64 47
Octal 377 153 204 0 72 60 0 536 144 107
Binary 11111111 1101011 10000100 0 111010 110000 0 101011110 1100100 1000111

Color Harmonies of #FF6B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B84

Black with #FF6B84

Text Example


Text Example

White with #FF6B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B84; }

 p { color: rgb(255,107,132); }

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

background-color css

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

 a { background-color: rgb(255,107,132); }

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

border-color css

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

 span { border-color: rgb(255,107,132); }

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