#FE63A5

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

Shades of Brilliant Rose #FE63A5

Tints of Brilliant Rose #FE63A5

Color information

#FE63A5 (or 0xFE63A5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 63 and A5. RGB value is (254,99,165). Sum of RGB (Red+Green+Blue) = 254+99+165=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE63A5 is #019C5A. Grayscale: #989898. Windows color (decimal): -105563 or 10839038. OLE color: 10839038.

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

Color convert

RGB25499165-
CMYK00.610.350.00
HSL334.45º98.73%69.22%-
HSV(B)334.45º61.02%99.61%-
XYZ52.1332.7139.16-
YUV152.87134.85200.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.03%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 165 (64.84% from 255) = 31.85%
R=49.03%
G=19.11%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549916500.610.350.00334.4598.7369.22
HexFE63A503D23014e6345
Octal376143245075430516143105
Binary111111101100011101001010111101100011010100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE63A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE63A5; }

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

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

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

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

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

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

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

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