#FD3EC2

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

Shades of Razzle Dazzle Rose #FD3EC2

Tints of Razzle Dazzle Rose #FD3EC2

Color information

#FD3EC2 (or 0xFD3EC2) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 3E and C2. RGB value is (253,62,194). Sum of RGB (Red+Green+Blue) = 253+62+194=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EC2 is #02C13D. Grayscale: #858585. Windows color (decimal): -180542 or 12730109. OLE color: 12730109.

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

Color convert

RGB25362194-
CMYK00.750.230.01
HSL318.53º97.95%61.76%-
HSV(B)318.53º75.49%99.22%-
XYZ51.9728.2253.75-
YUV134.16161.78212.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 62 (24.61% from 255) = 12.18%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=49.71%
G=12.18%
B=38.11%

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
Decimal2536219400.750.230.01318.5397.9561.76
HexFD3EC204B17113f623e
Octal37576302011327147714276
Binary1111110111111011000010010010111011111001111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3EC2; }

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

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

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

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

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

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

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

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