#FF50D6

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

Shades of Razzle Dazzle Rose #FF50D6

Tints of Razzle Dazzle Rose #FF50D6

Color information

#FF50D6 (or 0xFF50D6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 50 and D6. RGB value is (255,80,214). Sum of RGB (Red+Green+Blue) = 255+80+214=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 80 (31.64% from 255 or 14.57% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D6 is #00AF29. Grayscale: #939393. Windows color (decimal): -44842 or 14045439. OLE color: 14045439.

HSL color Cylindrical-coordinate representation of color #FF50D6: hue angle of 314.06º 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 #FF50D6 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25580214-
CMYK00.690.160
HSL314.06º100%65.69%-
HSV(B)314.06º68.63%100%-
XYZ56.2531.8566.8-
YUV147.6165.48204.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 80 (31.64% from 255) = 14.57%
BLUE value IS 214 (83.98% from 255) = 38.98%
R=46.45%
G=14.57%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558021400.690.160314.0610065.69
HexFF50D604510013a6442
Octal3771203260105200472144102
Binary111111111010000110101100100010110000010011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF50D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF50D6; }

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

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

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

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

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

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

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

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