Html Css Color HEX #FF7A85 Brink Pink

📋 copy color: '#FF7A85'

red 255 ◦ green 122 ◦ blue 133

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

Shades of Brink Pink #FF7A85

Tints of Brink Pink #FF7A85

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.92%

 BLUE value IS 133 (52.34% from 255) = 26.08%

R = 50%
G = 23.92%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7A85 (or 0xFF7A85) is known color: Brink Pink. HEX triplet: FF, 7A and 85. RGB value is (255,122,133). Sum of RGB (Red+Green+Blue) = 255+122+133=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A85 is #00857A. Grayscale: #A3A3A3. Windows color (decimal): -34171 or 8747775. OLE color: 8747775.

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

Color convert

RGB 255 122 133 -
CMYK 0 0.52 0.48 0
HSL 355.04º 1% 0.74% -
HSV(B) 355.04º 0.52% 1% -
XYZ 52.43 36.87 26.54 -
YUV 163.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 255 122 133 0 0.52 0.48 0 355.04 1 0.74
Hex FF 7A 85 0 34 30 0 163 64 4A
Octal 377 172 205 0 64 60 0 543 144 112
Binary 11111111 1111010 10000101 0 110100 110000 0 101100011 1100100 1001010

Color Harmonies of #FF7A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A85

Black with #FF7A85

Text Example


Text Example

White with #FF7A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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