Html Css Color HEX #FF6EDF Pale Magenta

📋 copy color: '#FF6EDF'

red 255 ◦ green 110 ◦ blue 223

#FF6EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #FF6EDF

Tints of Pale Magenta #FF6EDF

RGB

 RED value IS 255 (100% from 255) = 43.37%

 GREEN value IS 110 (43.36% from 255) = 18.71%

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 43.37%
G = 18.71%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF6EDF (or 0xFF6EDF) is known color: Pale Magenta. HEX triplet: FF, 6E and DF. RGB value is (255,110,223). Sum of RGB (Red+Green+Blue) = 255+110+223=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 110 (43.36% from 255 or 18.71% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EDF is #009120. Grayscale: #A5A5A5. Windows color (decimal): -37153 or 14642943. OLE color: 14642943.

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

Color convert

RGB 255 110 223 -
CMYK 0 0.57 0.13 0
HSL 313.24º 1% 0.72% -
HSV(B) 313.24º 0.57% 1% -
XYZ 60.14 37.74 73.93 -
YUV 166.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 255 110 223 0 0.57 0.13 0 313.24 1 0.72
Hex FF 6E DF 0 39 D 0 139 64 48
Octal 377 156 337 0 71 15 0 471 144 110
Binary 11111111 1101110 11011111 0 111001 1101 0 100111001 1100100 1001000

Color Harmonies of #FF6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6EDF

Black with #FF6EDF

Text Example


Text Example

White with #FF6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6EDF; }

 p { color: rgb(255,110,223); }

 H1.HeaderClassName
 {
   color: #FF6EDF;
 }
 .AnyTagClassName
 {
   color: #FF6EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(255,110,223); }

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

border-color css

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

 span { border-color: rgb(255,110,223); }

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