#FD29C0

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

Shades of Razzle Dazzle Rose #FD29C0

Tints of Razzle Dazzle Rose #FD29C0

Color information

#FD29C0 (or 0xFD29C0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 29 and C0. RGB value is (253,41,192). Sum of RGB (Red+Green+Blue) = 253+41+192=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29C0 is #02D63F. Grayscale: #797979. Windows color (decimal): -185920 or 12593661. OLE color: 12593661.

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

Color convert

RGB25341192-
CMYK00.840.240.01
HSL317.26º98.15%57.65%-
HSV(B)317.26º83.79%99.22%-
XYZ50.8226.2752.26-
YUV121.6167.74221.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.06%
GREEN value IS 41 (16.41% from 255) = 8.44%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=52.06%
G=8.44%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534119200.840.240.01317.2698.1557.65
HexFD29C005418113d623a
Octal37551300012430147514272
Binary1111110110100111000000010101001100011001111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD29C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD29C0; }

 p { color: rgb(253,41,192); }

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

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

 a { background-color: rgb(253,41,192); }

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

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

 span { border-color: rgb(253,41,192); }

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