Html Css Color HEX #FF7A83 Brink Pink

📋 copy color: '#FF7A83'

red 255 ◦ green 122 ◦ blue 131

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

Shades of Brink Pink #FF7A83

Tints of Brink Pink #FF7A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.79%

R = 50.2%
G = 24.02%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7A83 (or 0xFF7A83) is known color: Brink Pink. HEX triplet: FF, 7A and 83. RGB value is (255,122,131). Sum of RGB (Red+Green+Blue) = 255+122+131=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7A83 is #00857C. Grayscale: #A2A2A2. Windows color (decimal): -34173 or 8616703. OLE color: 8616703.

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

Color convert

RGB 255 122 131 -
CMYK 0 0.52 0.49 0
HSL 355.94º 1% 0.74% -
HSV(B) 355.94º 0.52% 1% -
XYZ 52.3 36.82 25.82 -
YUV 162.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 255 122 131 0 0.52 0.49 0 355.94 1 0.74
Hex FF 7A 83 0 34 31 0 164 64 4A
Octal 377 172 203 0 64 61 0 544 144 112
Binary 11111111 1111010 10000011 0 110100 110001 0 101100100 1100100 1001010

Color Harmonies of #FF7A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A83

Black with #FF7A83

Text Example


Text Example

White with #FF7A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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