#FE7075

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

Shades of Brink Pink #FE7075

Tints of Brink Pink #FE7075

Color information

#FE7075 (or 0xFE7075) is unknown color: approx Brink Pink. HEX triplet: FE, 70 and 75. RGB value is (254,112,117). Sum of RGB (Red+Green+Blue) = 254+112+117=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7075 is #018F8A. Grayscale: #9B9B9B. Windows color (decimal): -102283 or 7696638. OLE color: 7696638.

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

Color convert

RGB254112117-
CMYK00.560.540.00
HSL357.89º98.61%71.76%-
HSV(B)357.89º55.91%99.61%-
XYZ49.8833.9420.75-
YUV155.03106.54198.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.59%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=52.59%
G=23.19%
B=24.22%

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
Decimal25411211700.560.540.00357.8998.6171.76
HexFE70750383601666348
Octal376160165070660546143110
Binary11111110111000011101010111000110110010110011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7075; }

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

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

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

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

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

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

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

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