#FD2EC6

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

Shades of Razzle Dazzle Rose #FD2EC6

Tints of Razzle Dazzle Rose #FD2EC6

Color information

#FD2EC6 (or 0xFD2EC6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 2E and C6. RGB value is (253,46,198). Sum of RGB (Red+Green+Blue) = 253+46+198=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 46 (18.36% from 255 or 9.26% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EC6 is #02D139. Grayscale: #7C7C7C. Windows color (decimal): -184634 or 12988157. OLE color: 12988157.

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

Color convert

RGB25346198-
CMYK00.820.220.01
HSL315.94º98.1%58.63%-
HSV(B)315.94º81.82%99.22%-
XYZ51.6826.9155.9-
YUV125.22169.08219.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 46 (18.36% from 255) = 9.26%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=50.91%
G=9.26%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534619800.820.220.01315.9498.158.63
HexFD2EC605216113c623b
Octal37556306012226147414273
Binary1111110110111011000110010100101011011001111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2EC6; }

 p { color: rgb(253,46,198); }

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

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

 a { background-color: rgb(253,46,198); }

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

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

 span { border-color: rgb(253,46,198); }

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