Html Css Color HEX #FE7276 Brink Pink

📋 copy color: '#FE7276'

red 254 ◦ green 114 ◦ blue 118

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

Shades of Brink Pink #FE7276

Tints of Brink Pink #FE7276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.46%

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

R = 52.26%
G = 23.46%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE7276 (or 0xFE7276) is known color: Brink Pink. HEX triplet: FE, 72 and 76. RGB value is (254,114,118). Sum of RGB (Red+Green+Blue) = 254+114+118=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7276 is #018D89. Grayscale: #9C9C9C. Windows color (decimal): -101770 or 7762686. OLE color: 7762686.

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

Color convert

RGB 254 114 118 -
CMYK 0 0.55 0.54 0.00
HSL 358.29º 0.99% 0.72% -
HSV(B) 358.29º 0.55% 1% -
XYZ 50.16 34.41 21.14 -
YUV 156.32 106.38 197.67 -
System Red Green Blue C M Y K H S L
Decimal 254 114 118 0 0.55 0.54 0.00 358.29 0.99 0.72
Hex FE 72 76 0 37 36 0 166 63 48
Octal 376 162 166 0 67 66 0 546 143 110
Binary 11111110 1110010 1110110 0 110111 110110 0 101100110 1100011 1001000

Color Harmonies of #FE7276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7276

Black with #FE7276

Text Example


Text Example

White with #FE7276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7276; }

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

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

background-color css

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

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

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

border-color css

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

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

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