#FD51CD

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

Shades of Razzle Dazzle Rose #FD51CD

Tints of Razzle Dazzle Rose #FD51CD

Color information

#FD51CD (or 0xFD51CD) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 51 and CD. RGB value is (253,81,205). Sum of RGB (Red+Green+Blue) = 253+81+205=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 81 (32.03% from 255 or 15.03% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51CD is #02AE32. Grayscale: #929292. Windows color (decimal): -175667 or 13455869. OLE color: 13455869.

HSL color Cylindrical-coordinate representation of color #FD51CD: hue angle of 316.74º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD51CD is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB25381205-
CMYK00.680.190.01
HSL316.74º97.73%65.49%-
HSV(B)316.74º67.98%99.22%-
XYZ54.4731.1860.9-
YUV146.56160.98203.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.94%
GREEN value IS 81 (32.03% from 255) = 15.03%
BLUE value IS 205 (80.47% from 255) = 38.03%
R=46.94%
G=15.03%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538120500.680.190.01316.7497.7365.49
HexFD51CD04413113d6241
Octal3751213150104231475142101
Binary111111011010001110011010100010010011110011110111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD51CD; }

 p { color: rgb(253,81,205); }

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

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

 a { background-color: rgb(253,81,205); }

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

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

 span { border-color: rgb(253,81,205); }

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