#FE649D

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

Shades of Brilliant Rose #FE649D

Tints of Brilliant Rose #FE649D

Color information

#FE649D (or 0xFE649D) is unknown color: approx Brilliant Rose. HEX triplet: FE, 64 and 9D. RGB value is (254,100,157). Sum of RGB (Red+Green+Blue) = 254+100+157=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE649D is #019B62. Grayscale: #989898. Windows color (decimal): -105315 or 10315006. OLE color: 10315006.

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

Color convert

RGB254100157-
CMYK00.610.380.00
HSL337.79º98.72%69.41%-
HSV(B)337.79º60.63%99.61%-
XYZ51.5232.6235.48-
YUV152.54130.52200.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 100 (39.45% from 255) = 19.57%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=49.71%
G=19.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410015700.610.380.00337.7998.7269.41
HexFE649D03D2601526345
Octal376144235075460522143105
Binary111111101100100100111010111101100110010101001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE649D; }

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

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

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

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

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

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

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

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