Html Css Color HEX #FF7D84 Brink Pink

📋 copy color: '#FF7D84'

red 255 ◦ green 125 ◦ blue 132

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

Shades of Brink Pink #FF7D84

Tints of Brink Pink #FF7D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.78%

R = 49.8%
G = 24.41%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7D84 (or 0xFF7D84) is known color: Brink Pink. HEX triplet: FF, 7D and 84. RGB value is (255,125,132). Sum of RGB (Red+Green+Blue) = 255+125+132=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D84 is #00827B. Grayscale: #A4A4A4. Windows color (decimal): -33404 or 8683007. OLE color: 8683007.

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

Color convert

RGB 255 125 132 -
CMYK 0 0.51 0.48 0
HSL 356.77º 1% 0.75% -
HSV(B) 356.77º 0.51% 1% -
XYZ 52.74 37.59 26.31 -
YUV 164.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 255 125 132 0 0.51 0.48 0 356.77 1 0.75
Hex FF 7D 84 0 33 30 0 165 64 4B
Octal 377 175 204 0 63 60 0 545 144 113
Binary 11111111 1111101 10000100 0 110011 110000 0 101100101 1100100 1001011

Color Harmonies of #FF7D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D84

Black with #FF7D84

Text Example


Text Example

White with #FF7D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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