#FF6DE4

Color #FF6DE4 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FF6DE4

Tints of Pale Magenta #FF6DE4

Color information

#FF6DE4 (or 0xFF6DE4) is unknown color: approx Pale Magenta. HEX triplet: FF, 6D and E4. RGB value is (255,109,228). Sum of RGB (Red+Green+Blue) = 255+109+228=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 109 (42.97% from 255 or 18.41% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DE4 is #00921B. Grayscale: #A5A5A5. Windows color (decimal): -37404 or 14970367. OLE color: 14970367.

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

Color convert

RGB255109228-
CMYK00.570.110
HSL311.1º100%71.37%-
HSV(B)311.1º57.25%100%-
XYZ60.7137.877.49-
YUV166.22162.87191.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 109 (42.97% from 255) = 18.41%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=43.07%
G=18.41%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510922800.570.110311.110071.37
HexFF6DE4039B01376447
Octal377155344071130467144107
Binary1111111111011011110010001110011011010011011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6DE4; }

 p { color: rgb(255,109,228); }

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

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

 a { background-color: rgb(255,109,228); }

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

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

 span { border-color: rgb(255,109,228); }

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