Html Css Color HEX #FE7186 Brink Pink

📋 copy color: '#FE7186'

red 254 ◦ green 113 ◦ blue 134

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

Shades of Brink Pink #FE7186

Tints of Brink Pink #FE7186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 50.7%
G = 22.55%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE7186 (or 0xFE7186) is known color: Brink Pink. HEX triplet: FE, 71 and 86. RGB value is (254,113,134). Sum of RGB (Red+Green+Blue) = 254+113+134=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7186 is #018E79. Grayscale: #9D9D9D. Windows color (decimal): -102010 or 8811006. OLE color: 8811006.

HSL color Cylindrical-coordinate representation of color #FE7186: hue angle of 351.06º 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 #FE7186 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 134 -
CMYK 0 0.56 0.47 0.00
HSL 351.06º 0.99% 0.72% -
HSV(B) 351.06º 0.56% 1% -
XYZ 51.08 34.6 26.54 -
YUV 157.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 254 113 134 0 0.56 0.47 0.00 351.06 0.99 0.72
Hex FE 71 86 0 38 2F 0 15F 63 48
Octal 376 161 206 0 70 57 0 537 143 110
Binary 11111110 1110001 10000110 0 111000 101111 0 101011111 1100011 1001000

Color Harmonies of #FE7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7186

Black with #FE7186

Text Example


Text Example

White with #FE7186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7186; }

 p { color: rgb(254,113,134); }

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

background-color css

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

 a { background-color: rgb(254,113,134); }

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

border-color css

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

 span { border-color: rgb(254,113,134); }

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