#FD4AD2

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

Shades of Razzle Dazzle Rose #FD4AD2

Tints of Razzle Dazzle Rose #FD4AD2

Color information

#FD4AD2 (or 0xFD4AD2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4A and D2. RGB value is (253,74,210). Sum of RGB (Red+Green+Blue) = 253+74+210=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4AD2 is #02B52D. Grayscale: #8E8E8E. Windows color (decimal): -177454 or 13781757. OLE color: 13781757.

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

Color convert

RGB25374210-
CMYK00.710.170.01
HSL314.41º97.81%64.12%-
HSV(B)314.41º70.75%99.22%-
XYZ54.5930.4363.97-
YUV143.02165.8206.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.11%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=47.11%
G=13.78%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537421000.710.170.01314.4197.8164.12
HexFD4AD204711113a6240
Octal3751123220107211472142100
Binary111111011001010110100100100011110001110011101011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4AD2; }

 p { color: rgb(253,74,210); }

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

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

 a { background-color: rgb(253,74,210); }

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

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

 span { border-color: rgb(253,74,210); }

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