Html Css Color HEX #FF7477 Brink Pink

📋 copy color: '#FF7477'

red 255 ◦ green 116 ◦ blue 119

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

Shades of Brink Pink #FF7477

Tints of Brink Pink #FF7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

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

R = 52.04%
G = 23.67%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7477 (or 0xFF7477) is known color: Brink Pink. HEX triplet: FF, 74 and 77. RGB value is (255,116,119). Sum of RGB (Red+Green+Blue) = 255+116+119=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 119 (46.88% from 255 or 24.29% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7477 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7477 is #008B88. Grayscale: #9E9E9E. Windows color (decimal): -35721 or 7828735. OLE color: 7828735.

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

Color convert

RGB 255 116 119 -
CMYK 0 0.55 0.53 0
HSL 358.71º 1% 0.73% -
HSV(B) 358.71º 0.55% 1% -
XYZ 50.82 35.08 21.55 -
YUV 157.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 255 116 119 0 0.55 0.53 0 358.71 1 0.73
Hex FF 74 77 0 37 35 0 167 64 49
Octal 377 164 167 0 67 65 0 547 144 111
Binary 11111111 1110100 1110111 0 110111 110101 0 101100111 1100100 1001001

Color Harmonies of #FF7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7477

Black with #FF7477

Text Example


Text Example

White with #FF7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7477; }

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

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

background-color css

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

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

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

border-color css

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

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

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