#FE7378

Color #FE7378 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE7378

Tints of Brink Pink #FE7378

Color information

#FE7378 (or 0xFE7378) is unknown color: approx Brink Pink. HEX triplet: FE, 73 and 78. RGB value is (254,115,120). Sum of RGB (Red+Green+Blue) = 254+115+120=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 120 (47.27% from 255 or 24.54% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7378 is #018C87. Grayscale: #9D9D9D. Windows color (decimal): -101512 or 7894014. OLE color: 7894014.

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

Color convert

RGB254115120-
CMYK00.550.530.00
HSL357.84º98.58%72.35%-
HSV(B)357.84º54.72%99.61%-
XYZ50.3934.6921.81-
YUV157.13107.05197.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 120 (47.27% from 255) = 24.54%
R=51.94%
G=23.52%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411512000.550.530.00357.8498.5872.35
HexFE73780373501666348
Octal376163170067650546143110
Binary11111110111001111110000110111110101010110011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7378; }

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

 H1.HeaderClassName
 {
   color: #FE7378;
 }
 .AnyTagClassName
 {
   color: #FE7378;
 }
</style>
background-color css

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

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

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

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

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

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