Html Css Color HEX #FF7984 Brink Pink

📋 copy color: '#FF7984'

red 255 ◦ green 121 ◦ blue 132

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

Shades of Brink Pink #FF7984

Tints of Brink Pink #FF7984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.82%

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

R = 50.2%
G = 23.82%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7984 (or 0xFF7984) is known color: Brink Pink. HEX triplet: FF, 79 and 84. RGB value is (255,121,132). Sum of RGB (Red+Green+Blue) = 255+121+132=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7984 is #00867B. Grayscale: #A2A2A2. Windows color (decimal): -34428 or 8681983. OLE color: 8681983.

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

Color convert

RGB 255 121 132 -
CMYK 0 0.53 0.48 0
HSL 355.07º 1% 0.74% -
HSV(B) 355.07º 0.53% 1% -
XYZ 52.24 36.6 26.14 -
YUV 162.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 255 121 132 0 0.53 0.48 0 355.07 1 0.74
Hex FF 79 84 0 35 30 0 163 64 4A
Octal 377 171 204 0 65 60 0 543 144 112
Binary 11111111 1111001 10000100 0 110101 110000 0 101100011 1100100 1001010

Color Harmonies of #FF7984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7984

Black with #FF7984

Text Example


Text Example

White with #FF7984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7984; }

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

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

background-color css

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

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

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

border-color css

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

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

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