#FD3EC3

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

Shades of Razzle Dazzle Rose #FD3EC3

Tints of Razzle Dazzle Rose #FD3EC3

Color information

#FD3EC3 (or 0xFD3EC3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3E and C3. RGB value is (253,62,195). Sum of RGB (Red+Green+Blue) = 253+62+195=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 195 (76.56% from 255 or 38.24% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EC3 is #02C13C. Grayscale: #858585. Windows color (decimal): -180541 or 12795645. OLE color: 12795645.

HSL color Cylindrical-coordinate representation of color #FD3EC3: hue angle of 318.22º 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 #FD3EC3 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB25362195-
CMYK00.750.230.01
HSL318.22º97.95%61.76%-
HSV(B)318.22º75.49%99.22%-
XYZ52.0828.2754.34-
YUV134.27162.28212.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 62 (24.61% from 255) = 12.16%
BLUE value IS 195 (76.56% from 255) = 38.24%
R=49.61%
G=12.16%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536219500.750.230.01318.2297.9561.76
HexFD3EC304B17113e623e
Octal37576303011327147614276
Binary1111110111111011000011010010111011111001111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3EC3; }

 p { color: rgb(253,62,195); }

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

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

 a { background-color: rgb(253,62,195); }

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

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

 span { border-color: rgb(253,62,195); }

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