#FD34B9

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

Shades of Razzle Dazzle Rose #FD34B9

Tints of Razzle Dazzle Rose #FD34B9

Color information

#FD34B9 (or 0xFD34B9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FD, 34 and B9. RGB value is (253,52,185). Sum of RGB (Red+Green+Blue) = 253+52+185=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34B9 is #02CB46. Grayscale: #7E7E7E. Windows color (decimal): -183111 or 12137725. OLE color: 12137725.

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

Color convert

RGB25352185-
CMYK00.790.270.01
HSL320.3º98.05%59.8%-
HSV(B)320.3º79.45%99.22%-
XYZ50.4926.8448.42-
YUV127.26160.59217.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 52 (20.70% from 255) = 10.61%
BLUE value IS 185 (72.66% from 255) = 37.76%
R=51.63%
G=10.61%
B=37.76%

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
Decimal2535218500.790.270.01320.398.0559.8
HexFD34B904F1B1140623c
Octal37564271011733150014274
Binary1111110111010010111001010011111101111010000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD34B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD34B9; }

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

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

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

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

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

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

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

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