Html Css Color HEX #FF7084 Brink Pink

📋 copy color: '#FF7084'

red 255 ◦ green 112 ◦ blue 132

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

Shades of Brink Pink #FF7084

Tints of Brink Pink #FF7084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.44%

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

R = 51.1%
G = 22.44%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FF7084 (or 0xFF7084) is known color: Brink Pink. HEX triplet: FF, 70 and 84. RGB value is (255,112,132). Sum of RGB (Red+Green+Blue) = 255+112+132=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7084 is #008F7B. Grayscale: #9D9D9D. Windows color (decimal): -36732 or 8679679. OLE color: 8679679.

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

Color convert

RGB 255 112 132 -
CMYK 0 0.56 0.48 0
HSL 351.61º 1% 0.72% -
HSV(B) 351.61º 0.56% 1% -
XYZ 51.2 34.51 25.79 -
YUV 157.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 255 112 132 0 0.56 0.48 0 351.61 1 0.72
Hex FF 70 84 0 38 30 0 160 64 48
Octal 377 160 204 0 70 60 0 540 144 110
Binary 11111111 1110000 10000100 0 111000 110000 0 101100000 1100100 1001000

Color Harmonies of #FF7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7084

Black with #FF7084

Text Example


Text Example

White with #FF7084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7084; }

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

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

background-color css

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

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

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

border-color css

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

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

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