#FD29C4

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

Shades of Razzle Dazzle Rose #FD29C4

Tints of Razzle Dazzle Rose #FD29C4

Color information

#FD29C4 (or 0xFD29C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 29 and C4. RGB value is (253,41,196). Sum of RGB (Red+Green+Blue) = 253+41+196=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 196 (76.95% from 255 or 40% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD29C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD29C4 is #02D63B. Grayscale: #797979. Windows color (decimal): -185916 or 12855805. OLE color: 12855805.

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

Color convert

RGB25341196-
CMYK00.840.230.01
HSL316.13º98.15%57.65%-
HSV(B)316.13º83.79%99.22%-
XYZ51.2626.4554.63-
YUV122.06169.74221.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 41 (16.41% from 255) = 8.37%
BLUE value IS 196 (76.95% from 255) = 40%
R=51.63%
G=8.37%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534119600.840.230.01316.1398.1557.65
HexFD29C405417113c623a
Octal37551304012427147414272
Binary1111110110100111000100010101001011111001111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD29C4; }

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

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

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

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

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

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

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

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