#FD4DC1

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

Shades of Razzle Dazzle Rose #FD4DC1

Tints of Razzle Dazzle Rose #FD4DC1

Color information

#FD4DC1 (or 0xFD4DC1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 4D and C1. RGB value is (253,77,193). Sum of RGB (Red+Green+Blue) = 253+77+193=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DC1 is #02B23E. Grayscale: #8E8E8E. Windows color (decimal): -176703 or 12668413. OLE color: 12668413.

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

Color convert

RGB25377193-
CMYK00.700.240.01
HSL320.45º97.78%64.71%-
HSV(B)320.45º69.57%99.22%-
XYZ52.7930.0453.47-
YUV142.85156.31206.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 77 (30.47% from 255) = 14.72%
BLUE value IS 193 (75.78% from 255) = 36.90%
R=48.37%
G=14.72%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537719300.700.240.01320.4597.7864.71
HexFD4DC10461811406241
Octal3751153010106301500142101
Binary111111011001101110000010100011011000110100000011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4DC1; }

 p { color: rgb(253,77,193); }

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

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

 a { background-color: rgb(253,77,193); }

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

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

 span { border-color: rgb(253,77,193); }

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