Html Css Color HEX #FE6E76 Brink Pink

📋 copy color: '#FE6E76'

red 254 ◦ green 110 ◦ blue 118

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

Shades of Brink Pink #FE6E76

Tints of Brink Pink #FE6E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.82%

 BLUE value IS 118 (46.48% from 255) = 24.48%

R = 52.7%
G = 22.82%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE6E76 (or 0xFE6E76) is known color: Brink Pink. HEX triplet: FE, 6E and 76. RGB value is (254,110,118). Sum of RGB (Red+Green+Blue) = 254+110+118=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E76 is #019189. Grayscale: #9A9A9A. Windows color (decimal): -102794 or 7761662. OLE color: 7761662.

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

Color convert

RGB 254 110 118 -
CMYK 0 0.57 0.54 0.00
HSL 356.67º 0.99% 0.71% -
HSV(B) 356.67º 0.57% 1% -
XYZ 49.72 33.53 20.99 -
YUV 153.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 254 110 118 0 0.57 0.54 0.00 356.67 0.99 0.71
Hex FE 6E 76 0 39 36 0 165 63 47
Octal 376 156 166 0 71 66 0 545 143 107
Binary 11111110 1101110 1110110 0 111001 110110 0 101100101 1100011 1000111

Color Harmonies of #FE6E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E76

Black with #FE6E76

Text Example


Text Example

White with #FE6E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E76; }

 p { color: rgb(254,110,118); }

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

background-color css

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

 a { background-color: rgb(254,110,118); }

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

border-color css

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

 span { border-color: rgb(254,110,118); }

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