#FD34B8

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

Shades of Razzle Dazzle Rose #FD34B8

Tints of Razzle Dazzle Rose #FD34B8

Color information

#FD34B8 (or 0xFD34B8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 34 and B8. RGB value is (253,52,184). Sum of RGB (Red+Green+Blue) = 253+52+184=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 184 (72.27% from 255 or 37.63% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34B8 is #02CB47. Grayscale: #7E7E7E. Windows color (decimal): -183112 or 12072189. OLE color: 12072189.

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

Color convert

RGB25352184-
CMYK00.790.270.01
HSL320.6º98.05%59.8%-
HSV(B)320.6º79.45%99.22%-
XYZ50.3926.847.86-
YUV127.15160.09217.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.74%
GREEN value IS 52 (20.70% from 255) = 10.63%
BLUE value IS 184 (72.27% from 255) = 37.63%
R=51.74%
G=10.63%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535218400.790.270.01320.698.0559.8
HexFD34B804F1B1141623c
Octal37564270011733150114274
Binary1111110111010010111000010011111101111010000011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD34B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD34B8; }

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

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

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

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

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

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

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

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