#FE64A0

Color #FE64A0 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE64A0

Tints of Brilliant Rose #FE64A0

Color information

#FE64A0 (or 0xFE64A0) is unknown color: approx Brilliant Rose. HEX triplet: FE, 64 and A0. RGB value is (254,100,160). Sum of RGB (Red+Green+Blue) = 254+100+160=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE64A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE64A0 is #019B5F. Grayscale: #989898. Windows color (decimal): -105312 or 10511614. OLE color: 10511614.

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

Color convert

RGB254100160-
CMYK00.610.370.00
HSL336.62º98.72%69.41%-
HSV(B)336.62º60.63%99.61%-
XYZ51.7832.7236.85-
YUV152.89132.02200.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 100 (39.45% from 255) = 19.46%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=49.42%
G=19.46%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410016000.610.370.00336.6298.7269.41
HexFE64A003D2501516345
Octal376144240075450521143105
Binary111111101100100101000000111101100101010101000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE64A0; }

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

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

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

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

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

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

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

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