Html Css Color HEX #FE6FE5 Pale Magenta

📋 copy color: '#FE6FE5'

red 254 ◦ green 111 ◦ blue 229

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

Shades of Pale Magenta #FE6FE5

Tints of Pale Magenta #FE6FE5

RGB

 RED value IS 254 (99.61% from 255) = 42.76%

 GREEN value IS 111 (43.75% from 255) = 18.69%

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

R = 42.76%
G = 18.69%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE6FE5 (or 0xFE6FE5) is known color: Pale Magenta. HEX triplet: FE, 6F and E5. RGB value is (254,111,229). Sum of RGB (Red+Green+Blue) = 254+111+229=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 111 (43.75% from 255 or 18.69% from 594); Blue value is 229 (89.84% from 255 or 38.55% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FE5 is #01901A. Grayscale: #A6A6A6. Windows color (decimal): -102427 or 15036414. OLE color: 15036414.

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

Color convert

RGB 254 111 229 -
CMYK 0 0.56 0.10 0.00
HSL 310.49º 0.99% 0.72% -
HSV(B) 310.49º 0.56% 1% -
XYZ 60.7 38.1 78.28 -
YUV 167.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 254 111 229 0 0.56 0.10 0.00 310.49 0.99 0.72
Hex FE 6F E5 0 38 A 0 136 63 48
Octal 376 157 345 0 70 12 0 466 143 110
Binary 11111110 1101111 11100101 0 111000 1010 0 100110110 1100011 1001000

Color Harmonies of #FE6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FE5

Black with #FE6FE5

Text Example


Text Example

White with #FE6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FE5; }

 p { color: rgb(254,111,229); }

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

background-color css

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

 a { background-color: rgb(254,111,229); }

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

border-color css

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

 span { border-color: rgb(254,111,229); }

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