Html Css Color HEX #FE7377 Brink Pink

📋 copy color: '#FE7377'

red 254 ◦ green 115 ◦ blue 119

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

Shades of Brink Pink #FE7377

Tints of Brink Pink #FE7377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.57%

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 52.05%
G = 23.57%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE7377 (or 0xFE7377) is known color: Brink Pink. HEX triplet: FE, 73 and 77. RGB value is (254,115,119). Sum of RGB (Red+Green+Blue) = 254+115+119=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7377 is #018C88. Grayscale: #9D9D9D. Windows color (decimal): -101513 or 7828478. OLE color: 7828478.

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

Color convert

RGB 254 115 119 -
CMYK 0 0.55 0.53 0.00
HSL 358.27º 0.99% 0.72% -
HSV(B) 358.27º 0.55% 1% -
XYZ 50.33 34.66 21.49 -
YUV 157.02 106.55 197.17 -
System Red Green Blue C M Y K H S L
Decimal 254 115 119 0 0.55 0.53 0.00 358.27 0.99 0.72
Hex FE 73 77 0 37 35 0 166 63 48
Octal 376 163 167 0 67 65 0 546 143 110
Binary 11111110 1110011 1110111 0 110111 110101 0 101100110 1100011 1001000

Color Harmonies of #FE7377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7377

Black with #FE7377

Text Example


Text Example

White with #FE7377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7377; }

 p { color: rgb(254,115,119); }

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

background-color css

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

 a { background-color: rgb(254,115,119); }

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

border-color css

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

 span { border-color: rgb(254,115,119); }

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