#fe61a0

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

Shades of Brilliant Rose #FE61A0

Tints of Brilliant Rose #FE61A0

Color information

#FE61A0 (or 0xFE61A0) is unknown color: approx Brilliant Rose. HEX triplet: FE, 61 and A0. RGB value is (254,97,160). Sum of RGB (Red+Green+Blue) = 254+97+160=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE61A0 is #019E5F. Grayscale: #979797. Windows color (decimal): -106080 or 10510846. OLE color: 10510846.

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

Color convert

RGB25497160-
CMYK00.620.370.00
HSL335.92º98.74%68.82%-
HSV(B)335.92º61.81%99.61%-
XYZ51.4932.1636.75-
YUV151.12133.01201.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=49.71%
G=18.98%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549716000.620.370.00335.9298.7468.82
HexFE61A003E2501506345
Octal376141240076450520143105
Binary111111101100001101000000111110100101010101000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe61a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe61a0; }

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

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

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

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

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

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

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

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