Html Css Color HEX #FF6CE7 Pale Magenta

📋 copy color: '#FF6CE7'

red 255 ◦ green 108 ◦ blue 231

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

Shades of Pale Magenta #FF6CE7

Tints of Pale Magenta #FF6CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.89%

R = 42.93%
G = 18.18%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF6CE7 (or 0xFF6CE7) is known color: Pale Magenta. HEX triplet: FF, 6C and E7. RGB value is (255,108,231). Sum of RGB (Red+Green+Blue) = 255+108+231=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 108 (42.58% from 255 or 18.18% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF6CE7 is #009318. Grayscale: #A5A5A5. Windows color (decimal): -37657 or 15166719. OLE color: 15166719.

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

Color convert

RGB 255 108 231 -
CMYK 0 0.58 0.09 0
HSL 309.8º 1% 0.71% -
HSV(B) 309.8º 0.58% 1% -
XYZ 61.03 37.75 79.67 -
YUV 165.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 255 108 231 0 0.58 0.09 0 309.8 1 0.71
Hex FF 6C E7 0 3A 9 0 136 64 47
Octal 377 154 347 0 72 11 0 466 144 107
Binary 11111111 1101100 11100111 0 111010 1001 0 100110110 1100100 1000111

Color Harmonies of #FF6CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CE7

Black with #FF6CE7

Text Example


Text Example

White with #FF6CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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