#FE6390

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

Shades of Brink Pink #FE6390

Tints of Brink Pink #FE6390

Color information

#FE6390 (or 0xFE6390) is unknown color: approx Brink Pink. HEX triplet: FE, 63 and 90. RGB value is (254,99,144). Sum of RGB (Red+Green+Blue) = 254+99+144=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6390 is #019C6F. Grayscale: #969696. Windows color (decimal): -105584 or 9462782. OLE color: 9462782.

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

Color convert

RGB25499144-
CMYK00.610.430.00
HSL342.58º98.73%69.22%-
HSV(B)342.58º61.02%99.61%-
XYZ50.3732.0129.91-
YUV150.48124.35201.84-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.11%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=51.11%
G=19.92%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549914400.610.430.00342.5898.7369.22
HexFE639003D2B01576345
Octal376143220075530527143105
Binary111111101100011100100000111101101011010101011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6390; }

 p { color: rgb(254,99,144); }

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

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

 a { background-color: rgb(254,99,144); }

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

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

 span { border-color: rgb(254,99,144); }

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