#FD63A6

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

Shades of Brilliant Rose #FD63A6

Tints of Brilliant Rose #FD63A6

Color information

#FD63A6 (or 0xFD63A6) is unknown color: approx Brilliant Rose. HEX triplet: FD, 63 and A6. RGB value is (253,99,166). Sum of RGB (Red+Green+Blue) = 253+99+166=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD63A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD63A6 is #029C59. Grayscale: #989898. Windows color (decimal): -171098 or 10904573. OLE color: 10904573.

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

Color convert

RGB25399166-
CMYK00.610.340.01
HSL333.9º97.47%69.02%-
HSV(B)333.9º60.87%99.22%-
XYZ51.8532.5639.63-
YUV152.68135.52199.55-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 166 (65.23% from 255) = 32.05%
R=48.84%
G=19.11%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539916600.610.340.01333.997.4769.02
HexFD63A603D22114e6145
Octal375143246075421516141105
Binary111111011100011101001100111101100010110100111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD63A6; }

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

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

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

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

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

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

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

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