#FE6479

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

Shades of Brink Pink #FE6479

Tints of Brink Pink #FE6479

Color information

#FE6479 (or 0xFE6479) is unknown color: approx Brink Pink. HEX triplet: FE, 64 and 79. RGB value is (254,100,121). Sum of RGB (Red+Green+Blue) = 254+100+121=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6479 is #019B86. Grayscale: #949494. Windows color (decimal): -105351 or 7955710. OLE color: 7955710.

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

Color convert

RGB254100121-
CMYK00.610.520.00
HSL351.82º98.72%69.41%-
HSV(B)351.82º60.63%99.61%-
XYZ48.8831.5721.61-
YUV148.44112.52203.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.47%
GREEN value IS 100 (39.45% from 255) = 21.05%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=53.47%
G=21.05%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410012100.610.520.00351.8298.7269.41
HexFE647903D3401606345
Octal376144171075640540143105
Binary11111110110010011110010111101110100010110000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6479; }

 p { color: rgb(254,100,121); }

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

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

 a { background-color: rgb(254,100,121); }

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

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

 span { border-color: rgb(254,100,121); }

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