#FD3AD4

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

Shades of Razzle Dazzle Rose #FD3AD4

Tints of Razzle Dazzle Rose #FD3AD4

Color information

#FD3AD4 (or 0xFD3AD4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3A and D4. RGB value is (253,58,212). Sum of RGB (Red+Green+Blue) = 253+58+212=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3AD4 is #02C52B. Grayscale: #858585. Windows color (decimal): -181548 or 13908733. OLE color: 13908733.

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

Color convert

RGB25358212-
CMYK00.770.160.01
HSL312.62º97.99%60.98%-
HSV(B)312.62º77.08%99.22%-
XYZ53.928.6664.98-
YUV133.86172.1212.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 58 (23.05% from 255) = 11.09%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=48.37%
G=11.09%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535821200.770.160.01312.6297.9960.98
HexFD3AD404D101139623d
Octal37572324011520147114275
Binary1111110111101011010100010011011000011001110011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3AD4; }

 p { color: rgb(253,58,212); }

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

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

 a { background-color: rgb(253,58,212); }

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

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

 span { border-color: rgb(253,58,212); }

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