#FE6497

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

Shades of Brilliant Rose #FE6497

Tints of Brilliant Rose #FE6497

Color information

#FE6497 (or 0xFE6497) is unknown color: approx Brilliant Rose. HEX triplet: FE, 64 and 97. RGB value is (254,100,151). Sum of RGB (Red+Green+Blue) = 254+100+151=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6497 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6497 is #019B68. Grayscale: #979797. Windows color (decimal): -105321 or 9921790. OLE color: 9921790.

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

Color convert

RGB254100151-
CMYK00.610.410.00
HSL340.13º98.72%69.41%-
HSV(B)340.13º60.63%99.61%-
XYZ51.0232.4232.85-
YUV151.86127.52200.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 100 (39.45% from 255) = 19.80%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=50.30%
G=19.80%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410015100.610.410.00340.1398.7269.41
HexFE649703D2901546345
Octal376144227075510524143105
Binary111111101100100100101110111101101001010101010011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6497; }

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

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

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

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

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

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

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

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