Html Css Color HEX #FE6180 Brink Pink

📋 copy color: '#FE6180'

red 254 ◦ green 97 ◦ blue 128

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

Shades of Brink Pink #FE6180

Tints of Brink Pink #FE6180

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.25%

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

R = 53.03%
G = 20.25%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE6180 (or 0xFE6180) is known color: Brink Pink. HEX triplet: FE, 61 and 80. RGB value is (254,97,128). Sum of RGB (Red+Green+Blue) = 254+97+128=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 97 (38.28% from 255 or 20.25% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6180 is #019E7F. Grayscale: #939393. Windows color (decimal): -106112 or 8413694. OLE color: 8413694.

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

Color convert

RGB 254 97 128 -
CMYK 0 0.62 0.50 0.00
HSL 348.15º 0.99% 0.69% -
HSV(B) 348.15º 0.62% 1% -
XYZ 49.04 31.18 23.86 -
YUV 147.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 254 97 128 0 0.62 0.50 0.00 348.15 0.99 0.69
Hex FE 61 80 0 3E 32 0 15C 63 45
Octal 376 141 200 0 76 62 0 534 143 105
Binary 11111110 1100001 10000000 0 111110 110010 0 101011100 1100011 1000101

Color Harmonies of #FE6180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6180

Black with #FE6180

Text Example


Text Example

White with #FE6180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6180; }

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

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

background-color css

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

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

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

border-color css

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

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

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