#FD3FDC

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

Shades of Razzle Dazzle Rose #FD3FDC

Tints of Razzle Dazzle Rose #FD3FDC

Color information

#FD3FDC (or 0xFD3FDC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3F and DC. RGB value is (253,63,220). Sum of RGB (Red+Green+Blue) = 253+63+220=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 63 (25% from 255 or 11.75% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3FDC is #02C023. Grayscale: #898989. Windows color (decimal): -180260 or 14434301. OLE color: 14434301.

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

Color convert

RGB25363220-
CMYK00.750.130.01
HSL310.42º97.94%61.96%-
HSV(B)310.42º75.1%99.22%-
XYZ55.229.670.51-
YUV137.71174.45210.23-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.20%
GREEN value IS 63 (25% from 255) = 11.75%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=47.20%
G=11.75%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536322000.750.130.01310.4297.9461.96
HexFD3FDC04BD1136623e
Octal37577334011315146614276
Binary111111011111111101110001001011110111001101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3FDC; }

 p { color: rgb(253,63,220); }

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

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

 a { background-color: rgb(253,63,220); }

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

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

 span { border-color: rgb(253,63,220); }

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