#FD64A0

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

Shades of Brilliant Rose #FD64A0

Tints of Brilliant Rose #FD64A0

Color information

#FD64A0 (or 0xFD64A0) is unknown color: approx Brilliant Rose. HEX triplet: FD, 64 and A0. RGB value is (253,100,160). Sum of RGB (Red+Green+Blue) = 253+100+160=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD64A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD64A0 is #029B5F. Grayscale: #989898. Windows color (decimal): -170848 or 10511613. OLE color: 10511613.

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

Color convert

RGB253100160-
CMYK00.600.370.01
HSL336.47º97.45%69.22%-
HSV(B)336.47º60.47%99.22%-
XYZ51.4132.5436.83-
YUV152.59132.19199.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 100 (39.45% from 255) = 19.49%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=49.32%
G=19.49%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310016000.600.370.01336.4797.4569.22
HexFD64A003C2511506145
Octal375144240074451520141105
Binary111111011100100101000000111100100101110101000011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD64A0; }

 p { color: rgb(253,100,160); }

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

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

 a { background-color: rgb(253,100,160); }

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

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

 span { border-color: rgb(253,100,160); }

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