Html Css Color HEX #FE6FEA Pale Magenta

📋 copy color: '#FE6FEA'

red 254 ◦ green 111 ◦ blue 234

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

Shades of Pale Magenta #FE6FEA

Tints of Pale Magenta #FE6FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.07%

R = 42.4%
G = 18.53%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE6FEA (or 0xFE6FEA) is known color: Pale Magenta. HEX triplet: FE, 6F and EA. RGB value is (254,111,234). Sum of RGB (Red+Green+Blue) = 254+111+234=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 111 (43.75% from 255 or 18.53% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE6FEA is #019015. Grayscale: #A7A7A7. Windows color (decimal): -102422 or 15364094. OLE color: 15364094.

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

Color convert

RGB 254 111 234 -
CMYK 0 0.56 0.08 0.00
HSL 308.39º 0.99% 0.72% -
HSV(B) 308.39º 0.56% 1% -
XYZ 61.41 38.38 82.01 -
YUV 167.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 254 111 234 0 0.56 0.08 0.00 308.39 0.99 0.72
Hex FE 6F EA 0 38 8 0 134 63 48
Octal 376 157 352 0 70 10 0 464 143 110
Binary 11111110 1101111 11101010 0 111000 1000 0 100110100 1100011 1001000

Color Harmonies of #FE6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FEA

Black with #FE6FEA

Text Example


Text Example

White with #FE6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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