Html Css Color HEX #FF727A Brink Pink

📋 copy color: '#FF727A'

red 255 ◦ green 114 ◦ blue 122

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

Shades of Brink Pink #FF727A

Tints of Brink Pink #FF727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

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

R = 51.93%
G = 23.22%
B = 24.85%

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

#FF727A (or 0xFF727A) is known color: Brink Pink. HEX triplet: FF, 72 and 7A. RGB value is (255,114,122). Sum of RGB (Red+Green+Blue) = 255+114+122=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF727A is #008D85. Grayscale: #9D9D9D. Windows color (decimal): -36230 or 8024831. OLE color: 8024831.

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

Color convert

RGB 255 114 122 -
CMYK 0 0.55 0.52 0
HSL 356.6º 1% 0.72% -
HSV(B) 356.6º 0.55% 1% -
XYZ 50.77 34.7 22.43 -
YUV 157.07 108.21 197.85 -
System Red Green Blue C M Y K H S L
Decimal 255 114 122 0 0.55 0.52 0 356.6 1 0.72
Hex FF 72 7A 0 37 34 0 165 64 48
Octal 377 162 172 0 67 64 0 545 144 110
Binary 11111111 1110010 1111010 0 110111 110100 0 101100101 1100100 1001000

Color Harmonies of #FF727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF727A

Black with #FF727A

Text Example


Text Example

White with #FF727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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