#FD31C3

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

Shades of Razzle Dazzle Rose #FD31C3

Tints of Razzle Dazzle Rose #FD31C3

Color information

#FD31C3 (or 0xFD31C3) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 31 and C3. RGB value is (253,49,195). Sum of RGB (Red+Green+Blue) = 253+49+195=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD31C3 is #02CE3C. Grayscale: #7E7E7E. Windows color (decimal): -183869 or 12792317. OLE color: 12792317.

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

Color convert

RGB25349195-
CMYK00.810.230.01
HSL317.06º98.08%59.22%-
HSV(B)317.06º80.63%99.22%-
XYZ51.4627.0254.13-
YUV126.64166.59218.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.91%
GREEN value IS 49 (19.53% from 255) = 9.86%
BLUE value IS 195 (76.56% from 255) = 39.24%
R=50.91%
G=9.86%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534919500.810.230.01317.0698.0859.22
HexFD31C305117113d623b
Octal37561303012127147514273
Binary1111110111000111000011010100011011111001111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD31C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD31C3; }

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

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

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

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

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

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

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

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