#FE61A5

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

Shades of Brilliant Rose #FE61A5

Tints of Brilliant Rose #FE61A5

Color information

#FE61A5 (or 0xFE61A5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 61 and A5. RGB value is (254,97,165). Sum of RGB (Red+Green+Blue) = 254+97+165=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61A5 is #019E5A. Grayscale: #979797. Windows color (decimal): -106075 or 10838526. OLE color: 10838526.

HSL color Cylindrical-coordinate representation of color #FE61A5: hue angle of 334.01º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE61A5 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB25497165-
CMYK00.620.350.00
HSL334.01º98.74%68.82%-
HSV(B)334.01º61.81%99.61%-
XYZ51.9432.3439.1-
YUV151.7135.51200.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=49.22%
G=18.80%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549716500.620.350.00334.0198.7468.82
HexFE61A503E23014e6345
Octal376141245076430516143105
Binary111111101100001101001010111110100011010100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE61A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE61A5; }

 p { color: rgb(254,97,165); }

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

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

 a { background-color: rgb(254,97,165); }

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

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

 span { border-color: rgb(254,97,165); }

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