Html Css Color HEX #FF7FEA Pale Magenta

📋 copy color: '#FF7FEA'

red 255 ◦ green 127 ◦ blue 234

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

Shades of Pale Magenta #FF7FEA

Tints of Pale Magenta #FF7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 20.62%

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

R = 41.4%
G = 20.62%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF7FEA (or 0xFF7FEA) is known color: Pale Magenta. HEX triplet: FF, 7F and EA. RGB value is (255,127,234). Sum of RGB (Red+Green+Blue) = 255+127+234=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FEA is #008015. Grayscale: #B1B1B1. Windows color (decimal): -32790 or 15368191. OLE color: 15368191.

HSL color Cylindrical-coordinate representation of color #FF7FEA: hue angle of 309.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FEA is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 234 -
CMYK 0 0.50 0.08 0
HSL 309.84º 1% 0.75% -
HSV(B) 309.84º 0.5% 1% -
XYZ 63.68 42.38 82.67 -
YUV 177.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 255 127 234 0 0.50 0.08 0 309.84 1 0.75
Hex FF 7F EA 0 32 8 0 136 64 4B
Octal 377 177 352 0 62 10 0 466 144 113
Binary 11111111 1111111 11101010 0 110010 1000 0 100110110 1100100 1001011

Color Harmonies of #FF7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FEA

Black with #FF7FEA

Text Example


Text Example

White with #FF7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FEA; }

 p { color: rgb(255,127,234); }

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

background-color css

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

 a { background-color: rgb(255,127,234); }

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

border-color css

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

 span { border-color: rgb(255,127,234); }

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