Html Css Color HEX #FF7380 Brink Pink

📋 copy color: '#FF7380'

red 255 ◦ green 115 ◦ blue 128

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

Shades of Brink Pink #FF7380

Tints of Brink Pink #FF7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 51.2%
G = 23.09%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF7380 (or 0xFF7380) is known color: Brink Pink. HEX triplet: FF, 73 and 80. RGB value is (255,115,128). Sum of RGB (Red+Green+Blue) = 255+115+128=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7380 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7380 is #008C7F. Grayscale: #9E9E9E. Windows color (decimal): -35968 or 8418303. OLE color: 8418303.

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

Color convert

RGB 255 115 128 -
CMYK 0 0.55 0.50 0
HSL 354.43º 1% 0.73% -
HSV(B) 354.43º 0.55% 1% -
XYZ 51.27 35.08 24.49 -
YUV 158.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 255 115 128 0 0.55 0.50 0 354.43 1 0.73
Hex FF 73 80 0 37 32 0 162 64 49
Octal 377 163 200 0 67 62 0 542 144 111
Binary 11111111 1110011 10000000 0 110111 110010 0 101100010 1100100 1001001

Color Harmonies of #FF7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7380

Black with #FF7380

Text Example


Text Example

White with #FF7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7380; }

 p { color: rgb(255,115,128); }

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

background-color css

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

 a { background-color: rgb(255,115,128); }

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

border-color css

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

 span { border-color: rgb(255,115,128); }

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