Html Css Color HEX #FE6780 Brink Pink

📋 copy color: '#FE6780'

red 254 ◦ green 103 ◦ blue 128

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

Shades of Brink Pink #FE6780

Tints of Brink Pink #FE6780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.24%

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

R = 52.37%
G = 21.24%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE6780 (or 0xFE6780) is known color: Brink Pink. HEX triplet: FE, 67 and 80. RGB value is (254,103,128). Sum of RGB (Red+Green+Blue) = 254+103+128=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6780 is #01987F. Grayscale: #979797. Windows color (decimal): -104576 or 8415230. OLE color: 8415230.

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

Color convert

RGB 254 103 128 -
CMYK 0 0.59 0.50 0.00
HSL 350.07º 0.99% 0.7% -
HSV(B) 350.07º 0.59% 1% -
XYZ 49.62 32.33 24.05 -
YUV 151 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 254 103 128 0 0.59 0.50 0.00 350.07 0.99 0.7
Hex FE 67 80 0 3B 32 0 15E 63 46
Octal 376 147 200 0 73 62 0 536 143 106
Binary 11111110 1100111 10000000 0 111011 110010 0 101011110 1100011 1000110

Color Harmonies of #FE6780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6780

Black with #FE6780

Text Example


Text Example

White with #FE6780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6780; }

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

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

background-color css

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

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

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

border-color css

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

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

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