Html Css Color HEX #FF6977 Brink Pink

📋 copy color: '#FF6977'

red 255 ◦ green 105 ◦ blue 119

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

Shades of Brink Pink #FF6977

Tints of Brink Pink #FF6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.92%

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

R = 53.24%
G = 21.92%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF6977 (or 0xFF6977) is known color: Brink Pink. HEX triplet: FF, 69 and 77. RGB value is (255,105,119). Sum of RGB (Red+Green+Blue) = 255+105+119=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6977 is #009688. Grayscale: #979797. Windows color (decimal): -38537 or 7825919. OLE color: 7825919.

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

Color convert

RGB 255 105 119 -
CMYK 0 0.59 0.53 0
HSL 354.4º 1% 0.71% -
HSV(B) 354.4º 0.59% 1% -
XYZ 49.62 32.7 21.15 -
YUV 151.45 109.7 201.86 -
System Red Green Blue C M Y K H S L
Decimal 255 105 119 0 0.59 0.53 0 354.4 1 0.71
Hex FF 69 77 0 3B 35 0 162 64 47
Octal 377 151 167 0 73 65 0 542 144 107
Binary 11111111 1101001 1110111 0 111011 110101 0 101100010 1100100 1000111

Color Harmonies of #FF6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6977

Black with #FF6977

Text Example


Text Example

White with #FF6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6977; }

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

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

background-color css

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

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

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

border-color css

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

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

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