#FF50D7

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

Shades of Razzle Dazzle Rose #FF50D7

Tints of Razzle Dazzle Rose #FF50D7

Color information

#FF50D7 (or 0xFF50D7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 50 and D7. RGB value is (255,80,215). Sum of RGB (Red+Green+Blue) = 255+80+215=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 80 (31.64% from 255 or 14.55% from 550); Blue value is 215 (84.38% from 255 or 39.09% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D7 is #00AF28. Grayscale: #939393. Windows color (decimal): -44841 or 14110975. OLE color: 14110975.

HSL color Cylindrical-coordinate representation of color #FF50D7: hue angle of 313.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50D7 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25580215-
CMYK00.690.160
HSL313.71º100%65.69%-
HSV(B)313.71º68.63%100%-
XYZ56.3731.967.48-
YUV147.71165.98204.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 80 (31.64% from 255) = 14.55%
BLUE value IS 215 (84.38% from 255) = 39.09%
R=46.36%
G=14.55%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558021500.690.160313.7110065.69
HexFF50D704510013a6442
Octal3771203270105200472144102
Binary111111111010000110101110100010110000010011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF50D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF50D7; }

 p { color: rgb(255,80,215); }

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

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

 a { background-color: rgb(255,80,215); }

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

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

 span { border-color: rgb(255,80,215); }

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