Html Css Color HEX #FF6CE1 Pale Magenta

📋 copy color: '#FF6CE1'

red 255 ◦ green 108 ◦ blue 225

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

Shades of Pale Magenta #FF6CE1

Tints of Pale Magenta #FF6CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.37%

 BLUE value IS 225 (88.28% from 255) = 38.27%

R = 43.37%
G = 18.37%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF6CE1 (or 0xFF6CE1) is known color: Pale Magenta. HEX triplet: FF, 6C and E1. RGB value is (255,108,225). Sum of RGB (Red+Green+Blue) = 255+108+225=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 108 (42.58% from 255 or 18.37% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CE1 is #00931E. Grayscale: #A4A4A4. Windows color (decimal): -37663 or 14773503. OLE color: 14773503.

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

Color convert

RGB 255 108 225 -
CMYK 0 0.58 0.12 0
HSL 312.24º 1% 0.71% -
HSV(B) 312.24º 0.58% 1% -
XYZ 60.19 37.42 75.28 -
YUV 165.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 255 108 225 0 0.58 0.12 0 312.24 1 0.71
Hex FF 6C E1 0 3A C 0 138 64 47
Octal 377 154 341 0 72 14 0 470 144 107
Binary 11111111 1101100 11100001 0 111010 1100 0 100111000 1100100 1000111

Color Harmonies of #FF6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CE1

Black with #FF6CE1

Text Example


Text Example

White with #FF6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CE1; }

 p { color: rgb(255,108,225); }

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

background-color css

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

 a { background-color: rgb(255,108,225); }

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

border-color css

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

 span { border-color: rgb(255,108,225); }

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