Html Css Color HEX #FF6CE5 Pale Magenta

📋 copy color: '#FF6CE5'

red 255 ◦ green 108 ◦ blue 229

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

Shades of Pale Magenta #FF6CE5

Tints of Pale Magenta #FF6CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 43.07%
G = 18.24%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF6CE5 (or 0xFF6CE5) is known color: Pale Magenta. HEX triplet: FF, 6C and E5. RGB value is (255,108,229). Sum of RGB (Red+Green+Blue) = 255+108+229=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 108 (42.58% from 255 or 18.24% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CE5 is #00931A. Grayscale: #A5A5A5. Windows color (decimal): -37659 or 15035647. OLE color: 15035647.

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

Color convert

RGB 255 108 229 -
CMYK 0 0.58 0.10 0
HSL 310.61º 1% 0.71% -
HSV(B) 310.61º 0.58% 1% -
XYZ 60.75 37.64 78.19 -
YUV 165.75 163.7 191.66 -
System Red Green Blue C M Y K H S L
Decimal 255 108 229 0 0.58 0.10 0 310.61 1 0.71
Hex FF 6C E5 0 3A A 0 137 64 47
Octal 377 154 345 0 72 12 0 467 144 107
Binary 11111111 1101100 11100101 0 111010 1010 0 100110111 1100100 1000111

Color Harmonies of #FF6CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6CE5

Black with #FF6CE5

Text Example


Text Example

White with #FF6CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6CE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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