Html Css Color HEX #FE7079 Brink Pink

📋 copy color: '#FE7079'

red 254 ◦ green 112 ◦ blue 121

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

Shades of Brink Pink #FE7079

Tints of Brink Pink #FE7079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.85%

R = 52.16%
G = 23%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE7079 (or 0xFE7079) is known color: Brink Pink. HEX triplet: FE, 70 and 79. RGB value is (254,112,121). Sum of RGB (Red+Green+Blue) = 254+112+121=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7079 is #018F86. Grayscale: #9B9B9B. Windows color (decimal): -102279 or 7958782. OLE color: 7958782.

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

Color convert

RGB 254 112 121 -
CMYK 0 0.56 0.52 0.00
HSL 356.2º 0.99% 0.72% -
HSV(B) 356.2º 0.56% 1% -
XYZ 50.12 34.04 22.02 -
YUV 155.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 254 112 121 0 0.56 0.52 0.00 356.2 0.99 0.72
Hex FE 70 79 0 38 34 0 164 63 48
Octal 376 160 171 0 70 64 0 544 143 110
Binary 11111110 1110000 1111001 0 111000 110100 0 101100100 1100011 1001000

Color Harmonies of #FE7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7079

Black with #FE7079

Text Example


Text Example

White with #FE7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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