Html Css Color HEX #FE6FE4 Pale Magenta

📋 copy color: '#FE6FE4'

red 254 ◦ green 111 ◦ blue 228

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

Shades of Pale Magenta #FE6FE4

Tints of Pale Magenta #FE6FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.45%

R = 42.83%
G = 18.72%
B = 38.45%

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

#FE6FE4 (or 0xFE6FE4) is known color: Pale Magenta. HEX triplet: FE, 6F and E4. RGB value is (254,111,228). Sum of RGB (Red+Green+Blue) = 254+111+228=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 111 (43.75% from 255 or 18.72% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FE4 is #01901B. Grayscale: #A6A6A6. Windows color (decimal): -102428 or 14970878. OLE color: 14970878.

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

Color convert

RGB 254 111 228 -
CMYK 0 0.56 0.10 0.00
HSL 310.91º 0.99% 0.72% -
HSV(B) 310.91º 0.56% 1% -
XYZ 60.56 38.04 77.55 -
YUV 167.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 254 111 228 0 0.56 0.10 0.00 310.91 0.99 0.72
Hex FE 6F E4 0 38 A 0 137 63 48
Octal 376 157 344 0 70 12 0 467 143 110
Binary 11111110 1101111 11100100 0 111000 1010 0 100110111 1100011 1001000

Color Harmonies of #FE6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FE4

Black with #FE6FE4

Text Example


Text Example

White with #FE6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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