#FE657C

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

Shades of Brink Pink #FE657C

Tints of Brink Pink #FE657C

Color information

#FE657C (or 0xFE657C) is unknown color: approx Brink Pink. HEX triplet: FE, 65 and 7C. RGB value is (254,101,124). Sum of RGB (Red+Green+Blue) = 254+101+124=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE657C is #019A83. Grayscale: #959595. Windows color (decimal): -105092 or 8152574. OLE color: 8152574.

HSL color Cylindrical-coordinate representation of color #FE657C: hue angle of 350.98º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE657C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB254101124-
CMYK00.600.510.00
HSL350.98º98.71%69.61%-
HSV(B)350.98º60.24%99.61%-
XYZ49.1631.8322.62-
YUV149.37113.69202.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.03%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 124 (48.83% from 255) = 25.89%
R=53.03%
G=21.09%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410112400.600.510.00350.9898.7169.61
HexFE657C03C33015f6346
Octal376145174074630537143106
Binary11111110110010111111000111100110011010101111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE657C; }

 p { color: rgb(254,101,124); }

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

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

 a { background-color: rgb(254,101,124); }

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

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

 span { border-color: rgb(254,101,124); }

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