Html Css Color HEX #FE7180 Brink Pink

📋 copy color: '#FE7180'

red 254 ◦ green 113 ◦ blue 128

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

Shades of Brink Pink #FE7180

Tints of Brink Pink #FE7180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 51.31%
G = 22.83%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE7180 (or 0xFE7180) is known color: Brink Pink. HEX triplet: FE, 71 and 80. RGB value is (254,113,128). Sum of RGB (Red+Green+Blue) = 254+113+128=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7180 is #018E7F. Grayscale: #9C9C9C. Windows color (decimal): -102016 or 8417790. OLE color: 8417790.

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

Color convert

RGB 254 113 128 -
CMYK 0 0.56 0.50 0.00
HSL 353.62º 0.99% 0.72% -
HSV(B) 353.62º 0.56% 1% -
XYZ 50.67 34.44 24.4 -
YUV 156.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 254 113 128 0 0.56 0.50 0.00 353.62 0.99 0.72
Hex FE 71 80 0 38 32 0 162 63 48
Octal 376 161 200 0 70 62 0 542 143 110
Binary 11111110 1110001 10000000 0 111000 110010 0 101100010 1100011 1001000

Color Harmonies of #FE7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7180

Black with #FE7180

Text Example


Text Example

White with #FE7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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