#FE63A6

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

Shades of Brilliant Rose #FE63A6

Tints of Brilliant Rose #FE63A6

Color information

#FE63A6 (or 0xFE63A6) is unknown color: approx Brilliant Rose. HEX triplet: FE, 63 and A6. RGB value is (254,99,166). Sum of RGB (Red+Green+Blue) = 254+99+166=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE63A6 is #019C59. Grayscale: #989898. Windows color (decimal): -105562 or 10904574. OLE color: 10904574.

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

Color convert

RGB25499166-
CMYK00.610.350.00
HSL334.06º98.73%69.22%-
HSV(B)334.06º61.02%99.61%-
XYZ52.2232.7539.65-
YUV152.98135.35200.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.94%
GREEN value IS 99 (39.06% from 255) = 19.08%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=48.94%
G=19.08%
B=31.98%

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
Decimal2549916600.610.350.00334.0698.7369.22
HexFE63A603D23014e6345
Octal376143246075430516143105
Binary111111101100011101001100111101100011010100111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE63A6; }

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

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

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

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

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

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

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

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