Html Css Color HEX #FF7D82 Brink Pink

📋 copy color: '#FF7D82'

red 255 ◦ green 125 ◦ blue 130

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

Shades of Brink Pink #FF7D82

Tints of Brink Pink #FF7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 50%
G = 24.51%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FF7D82 (or 0xFF7D82) is known color: Brink Pink. HEX triplet: FF, 7D and 82. RGB value is (255,125,130). Sum of RGB (Red+Green+Blue) = 255+125+130=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D82 is #00827D. Grayscale: #A4A4A4. Windows color (decimal): -33406 or 8551935. OLE color: 8551935.

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

Color convert

RGB 255 125 130 -
CMYK 0 0.51 0.49 0
HSL 357.69º 1% 0.75% -
HSV(B) 357.69º 0.51% 1% -
XYZ 52.6 37.54 25.59 -
YUV 164.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 255 125 130 0 0.51 0.49 0 357.69 1 0.75
Hex FF 7D 82 0 33 31 0 166 64 4B
Octal 377 175 202 0 63 61 0 546 144 113
Binary 11111111 1111101 10000010 0 110011 110001 0 101100110 1100100 1001011

Color Harmonies of #FF7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D82

Black with #FF7D82

Text Example


Text Example

White with #FF7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D82; }

 p { color: rgb(255,125,130); }

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

background-color css

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

 a { background-color: rgb(255,125,130); }

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

border-color css

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

 span { border-color: rgb(255,125,130); }

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