#FF50D1

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

Shades of Razzle Dazzle Rose #FF50D1

Tints of Razzle Dazzle Rose #FF50D1

Color information

#FF50D1 (or 0xFF50D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 50 and D1. RGB value is (255,80,209). Sum of RGB (Red+Green+Blue) = 255+80+209=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 80 (31.64% from 255 or 14.71% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50D1 is #00AF2E. Grayscale: #929292. Windows color (decimal): -44847 or 13717759. OLE color: 13717759.

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

Color convert

RGB25580209-
CMYK00.690.180
HSL315.77º100%65.69%-
HSV(B)315.77º68.63%100%-
XYZ55.6231.663.49-
YUV147.03162.98205.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 14.71%
BLUE value IS 209 (82.03% from 255) = 38.42%
R=46.88%
G=14.71%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558020900.690.180315.7710065.69
HexFF50D104512013c6442
Octal3771203210105220474144102
Binary111111111010000110100010100010110010010011110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF50D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF50D1; }

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

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

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

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

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

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

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

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