Html Css Color HEX #FE7084 Brink Pink

📋 copy color: '#FE7084'

red 254 ◦ green 112 ◦ blue 132

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

Shades of Brink Pink #FE7084

Tints of Brink Pink #FE7084

RGB

 RED value IS 254 (99.61% from 255) = 51%

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

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

R = 51%
G = 22.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE7084 (or 0xFE7084) is known color: Brink Pink. HEX triplet: FE, 70 and 84. RGB value is (254,112,132). Sum of RGB (Red+Green+Blue) = 254+112+132=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 132 (51.95% from 255 or 26.51% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7084 is #018F7B. Grayscale: #9C9C9C. Windows color (decimal): -102268 or 8679678. OLE color: 8679678.

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

Color convert

RGB 254 112 132 -
CMYK 0 0.56 0.48 0.00
HSL 351.55º 0.99% 0.72% -
HSV(B) 351.55º 0.56% 1% -
XYZ 50.83 34.33 25.78 -
YUV 156.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 254 112 132 0 0.56 0.48 0.00 351.55 0.99 0.72
Hex FE 70 84 0 38 30 0 160 63 48
Octal 376 160 204 0 70 60 0 540 143 110
Binary 11111110 1110000 10000100 0 111000 110000 0 101100000 1100011 1001000

Color Harmonies of #FE7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7084

Black with #FE7084

Text Example


Text Example

White with #FE7084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7084; }

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

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

background-color css

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

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

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

border-color css

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

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

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