Html Css Color HEX #FF7FEB Pale Magenta

📋 copy color: '#FF7FEB'

red 255 ◦ green 127 ◦ blue 235

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

Shades of Pale Magenta #FF7FEB

Tints of Pale Magenta #FF7FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 41.33%
G = 20.58%
B = 38.09%

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

#FF7FEB (or 0xFF7FEB) is known color: Pale Magenta. HEX triplet: FF, 7F and EB. RGB value is (255,127,235). Sum of RGB (Red+Green+Blue) = 255+127+235=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FEB is #008014. Grayscale: #B1B1B1. Windows color (decimal): -32789 or 15433727. OLE color: 15433727.

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

Color convert

RGB 255 127 235 -
CMYK 0 0.50 0.08 0
HSL 309.38º 1% 0.75% -
HSV(B) 309.38º 0.5% 1% -
XYZ 63.82 42.44 83.42 -
YUV 177.58 160.41 183.22 -
System Red Green Blue C M Y K H S L
Decimal 255 127 235 0 0.50 0.08 0 309.38 1 0.75
Hex FF 7F EB 0 32 8 0 135 64 4B
Octal 377 177 353 0 62 10 0 465 144 113
Binary 11111111 1111111 11101011 0 110010 1000 0 100110101 1100100 1001011

Color Harmonies of #FF7FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FEB

Black with #FF7FEB

Text Example


Text Example

White with #FF7FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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