#FF63A1

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

Shades of Brilliant Rose #FF63A1

Tints of Brilliant Rose #FF63A1

Color information

#FF63A1 (or 0xFF63A1) is unknown color: approx Brilliant Rose. HEX triplet: FF, 63 and A1. RGB value is (255,99,161). Sum of RGB (Red+Green+Blue) = 255+99+161=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF63A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF63A1 is #009C5E. Grayscale: #989898. Windows color (decimal): -40031 or 10576895. OLE color: 10576895.

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

Color convert

RGB25599161-
CMYK00.610.370
HSL336.15º100%69.41%-
HSV(B)336.15º61.18%100%-
XYZ52.1332.7637.29-
YUV152.71132.68200.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 99 (39.06% from 255) = 19.22%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=49.51%
G=19.22%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559916100.610.370336.1510069.41
HexFF63A103D2501506445
Octal377143241075450520144105
Binary111111111100011101000010111101100101010101000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF63A1; }

 p { color: rgb(255,99,161); }

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

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

 a { background-color: rgb(255,99,161); }

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

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

 span { border-color: rgb(255,99,161); }

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