Html Css Color HEX #FF6B77 Brink Pink

📋 copy color: '#FF6B77'

red 255 ◦ green 107 ◦ blue 119

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

Shades of Brink Pink #FF6B77

Tints of Brink Pink #FF6B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 53.01%
G = 22.25%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6B77 (or 0xFF6B77) is known color: Brink Pink. HEX triplet: FF, 6B and 77. RGB value is (255,107,119). Sum of RGB (Red+Green+Blue) = 255+107+119=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6B77 is #009488. Grayscale: #989898. Windows color (decimal): -38025 or 7826431. OLE color: 7826431.

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

Color convert

RGB 255 107 119 -
CMYK 0 0.58 0.53 0
HSL 355.14º 1% 0.71% -
HSV(B) 355.14º 0.58% 1% -
XYZ 49.83 33.11 21.22 -
YUV 152.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 255 107 119 0 0.58 0.53 0 355.14 1 0.71
Hex FF 6B 77 0 3A 35 0 163 64 47
Octal 377 153 167 0 72 65 0 543 144 107
Binary 11111111 1101011 1110111 0 111010 110101 0 101100011 1100100 1000111

Color Harmonies of #FF6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B77

Black with #FF6B77

Text Example


Text Example

White with #FF6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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