Html Css Color HEX #FE67E5 Pale Magenta

📋 copy color: '#FE67E5'

red 254 ◦ green 103 ◦ blue 229

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

Shades of Pale Magenta #FE67E5

Tints of Pale Magenta #FE67E5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.58%

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

R = 43.34%
G = 17.58%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE67E5 (or 0xFE67E5) is known color: Pale Magenta. HEX triplet: FE, 67 and E5. RGB value is (254,103,229). Sum of RGB (Red+Green+Blue) = 254+103+229=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67E5 is #01981A. Grayscale: #A2A2A2. Windows color (decimal): -104475 or 15034366. OLE color: 15034366.

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

Color convert

RGB 254 103 229 -
CMYK 0 0.59 0.10 0.00
HSL 309.93º 0.99% 0.7% -
HSV(B) 309.93º 0.59% 1% -
XYZ 59.87 36.43 78 -
YUV 162.51 165.53 193.25 -
System Red Green Blue C M Y K H S L
Decimal 254 103 229 0 0.59 0.10 0.00 309.93 0.99 0.7
Hex FE 67 E5 0 3B A 0 136 63 46
Octal 376 147 345 0 73 12 0 466 143 106
Binary 11111110 1100111 11100101 0 111011 1010 0 100110110 1100011 1000110

Color Harmonies of #FE67E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE67E5

Black with #FE67E5

Text Example


Text Example

White with #FE67E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE67E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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