Html Css Color HEX #FE7076 Brink Pink

📋 copy color: '#FE7076'

red 254 ◦ green 112 ◦ blue 118

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

Shades of Brink Pink #FE7076

Tints of Brink Pink #FE7076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.14%

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

R = 52.48%
G = 23.14%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE7076 (or 0xFE7076) is known color: Brink Pink. HEX triplet: FE, 70 and 76. RGB value is (254,112,118). Sum of RGB (Red+Green+Blue) = 254+112+118=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7076 is #018F89. Grayscale: #9B9B9B. Windows color (decimal): -102282 or 7762174. OLE color: 7762174.

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

Color convert

RGB 254 112 118 -
CMYK 0 0.56 0.54 0.00
HSL 357.46º 0.99% 0.72% -
HSV(B) 357.46º 0.56% 1% -
XYZ 49.94 33.97 21.06 -
YUV 155.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 254 112 118 0 0.56 0.54 0.00 357.46 0.99 0.72
Hex FE 70 76 0 38 36 0 165 63 48
Octal 376 160 166 0 70 66 0 545 143 110
Binary 11111110 1110000 1110110 0 111000 110110 0 101100101 1100011 1001000

Color Harmonies of #FE7076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7076

Black with #FE7076

Text Example


Text Example

White with #FE7076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7076; }

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

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

background-color css

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

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

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

border-color css

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

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

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