#FD34EB

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

Shades of Razzle Dazzle Rose #FD34EB

Tints of Razzle Dazzle Rose #FD34EB

Color information

#FD34EB (or 0xFD34EB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 34 and EB. RGB value is (253,52,235). Sum of RGB (Red+Green+Blue) = 253+52+235=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 52 (20.70% from 255 or 9.63% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD34EB is #02CB14. Grayscale: #848484. Windows color (decimal): -183061 or 15414525. OLE color: 15414525.

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

Color convert

RGB25352235-
CMYK00.790.070.01
HSL305.37º98.05%59.8%-
HSV(B)305.37º79.45%99.22%-
XYZ56.7329.3481.27-
YUV132.96185.59213.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 52 (20.70% from 255) = 9.63%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=46.85%
G=9.63%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535223500.790.070.01305.3798.0559.8
HexFD34EB04F71131623c
Octal3756435301177146114274
Binary11111101110100111010110100111111111001100011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD34EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD34EB; }

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

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

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

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

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

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

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

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