#FD63A2

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

Shades of Brilliant Rose #FD63A2

Tints of Brilliant Rose #FD63A2

Color information

#FD63A2 (or 0xFD63A2) is unknown color: approx Brilliant Rose. HEX triplet: FD, 63 and A2. RGB value is (253,99,162). Sum of RGB (Red+Green+Blue) = 253+99+162=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD63A2 is #029C5D. Grayscale: #989898. Windows color (decimal): -171102 or 10642429. OLE color: 10642429.

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

Color convert

RGB25399162-
CMYK00.610.360.01
HSL335.45º97.47%69.02%-
HSV(B)335.45º60.87%99.22%-
XYZ51.4932.4137.73-
YUV152.23133.52199.88-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.22%
GREEN value IS 99 (39.06% from 255) = 19.26%
BLUE value IS 162 (63.67% from 255) = 31.52%
R=49.22%
G=19.26%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539916200.610.360.01335.4597.4769.02
HexFD63A203D24114f6145
Octal375143242075441517141105
Binary111111011100011101000100111101100100110100111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD63A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD63A2; }

 p { color: rgb(253,99,162); }

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

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

 a { background-color: rgb(253,99,162); }

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

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

 span { border-color: rgb(253,99,162); }

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