Html Css Color HEX #FF737A Brink Pink

📋 copy color: '#FF737A'

red 255 ◦ green 115 ◦ blue 122

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

Shades of Brink Pink #FF737A

Tints of Brink Pink #FF737A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 51.83%
G = 23.37%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#FF737A (or 0xFF737A) is known color: Brink Pink. HEX triplet: FF, 73 and 7A. RGB value is (255,115,122). Sum of RGB (Red+Green+Blue) = 255+115+122=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 115 (45.31% from 255 or 23.37% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF737A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF737A is #008C85. Grayscale: #9D9D9D. Windows color (decimal): -35974 or 8025087. OLE color: 8025087.

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

Color convert

RGB 255 115 122 -
CMYK 0 0.55 0.52 0
HSL 357º 1% 0.73% -
HSV(B) 357º 0.55% 1% -
XYZ 50.88 34.93 22.47 -
YUV 157.66 107.88 197.43 -
System Red Green Blue C M Y K H S L
Decimal 255 115 122 0 0.55 0.52 0 357 1 0.73
Hex FF 73 7A 0 37 34 0 165 64 49
Octal 377 163 172 0 67 64 0 545 144 111
Binary 11111111 1110011 1111010 0 110111 110100 0 101100101 1100100 1001001

Color Harmonies of #FF737A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF737A

Black with #FF737A

Text Example


Text Example

White with #FF737A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF737A; }

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

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

background-color css

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

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

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

border-color css

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

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

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