#FE7175

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

Shades of Brink Pink #FE7175

Tints of Brink Pink #FE7175

Color information

#FE7175 (or 0xFE7175) is unknown color: approx Brink Pink. HEX triplet: FE, 71 and 75. RGB value is (254,113,117). Sum of RGB (Red+Green+Blue) = 254+113+117=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7175 is #018E8A. Grayscale: #9B9B9B. Windows color (decimal): -102027 or 7696894. OLE color: 7696894.

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

Color convert

RGB254113117-
CMYK00.560.540.00
HSL358.3º98.6%71.96%-
HSV(B)358.3º55.51%99.61%-
XYZ49.9934.1720.79-
YUV155.61106.21198.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.48%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=52.48%
G=23.35%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411311700.560.540.00358.398.671.96
HexFE71750383601666348
Octal376161165070660546143110
Binary11111110111000111101010111000110110010110011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7175; }

 p { color: rgb(254,113,117); }

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

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

 a { background-color: rgb(254,113,117); }

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

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

 span { border-color: rgb(254,113,117); }

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