Html Css Color HEX #FE7184 Brink Pink

📋 copy color: '#FE7184'

red 254 ◦ green 113 ◦ blue 132

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

Shades of Brink Pink #FE7184

Tints of Brink Pink #FE7184

RGB

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

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

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

R = 50.9%
G = 22.65%
B = 26.45%

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

#FE7184 (or 0xFE7184) is known color: Brink Pink. HEX triplet: FE, 71 and 84. RGB value is (254,113,132). Sum of RGB (Red+Green+Blue) = 254+113+132=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7184 is #018E7B. Grayscale: #9D9D9D. Windows color (decimal): -102012 or 8679934. OLE color: 8679934.

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

Color convert

RGB 254 113 132 -
CMYK 0 0.56 0.48 0.00
HSL 351.91º 0.99% 0.72% -
HSV(B) 351.91º 0.56% 1% -
XYZ 50.94 34.55 25.81 -
YUV 157.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 254 113 132 0 0.56 0.48 0.00 351.91 0.99 0.72
Hex FE 71 84 0 38 30 0 160 63 48
Octal 376 161 204 0 70 60 0 540 143 110
Binary 11111110 1110001 10000100 0 111000 110000 0 101100000 1100011 1001000

Color Harmonies of #FE7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7184

Black with #FE7184

Text Example


Text Example

White with #FE7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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