#FD34CC

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

Shades of Razzle Dazzle Rose #FD34CC

Tints of Razzle Dazzle Rose #FD34CC

Color information

#FD34CC (or 0xFD34CC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 34 and CC. RGB value is (253,52,204). Sum of RGB (Red+Green+Blue) = 253+52+204=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 52 (20.70% from 255 or 10.22% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34CC is #02CB33. Grayscale: #818181. Windows color (decimal): -183092 or 13382909. OLE color: 13382909.

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

Color convert

RGB25352204-
CMYK00.790.190.01
HSL314.63º98.05%59.8%-
HSV(B)314.63º79.45%99.22%-
XYZ52.6427.759.7-
YUV129.43170.09216.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.71%
GREEN value IS 52 (20.70% from 255) = 10.22%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=49.71%
G=10.22%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535220400.790.190.01314.6398.0559.8
HexFD34CC04F13113b623c
Octal37564314011723147314274
Binary1111110111010011001100010011111001111001110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD34CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD34CC; }

 p { color: rgb(253,52,204); }

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

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

 a { background-color: rgb(253,52,204); }

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

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

 span { border-color: rgb(253,52,204); }

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