Html Css Color HEX #FF7DEB Pale Magenta

📋 copy color: '#FF7DEB'

red 255 ◦ green 125 ◦ blue 235

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

Shades of Pale Magenta #FF7DEB

Tints of Pale Magenta #FF7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 20.33%

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

R = 41.46%
G = 20.33%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF7DEB (or 0xFF7DEB) is known color: Pale Magenta. HEX triplet: FF, 7D and EB. RGB value is (255,125,235). Sum of RGB (Red+Green+Blue) = 255+125+235=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 125 (49.22% from 255 or 20.33% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7DEB is #008214. Grayscale: #B0B0B0. Windows color (decimal): -33301 or 15433215. OLE color: 15433215.

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

Color convert

RGB 255 125 235 -
CMYK 0 0.51 0.08 0
HSL 309.23º 1% 0.75% -
HSV(B) 309.23º 0.51% 1% -
XYZ 63.57 41.93 83.34 -
YUV 176.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 255 125 235 0 0.51 0.08 0 309.23 1 0.75
Hex FF 7D EB 0 33 8 0 135 64 4B
Octal 377 175 353 0 63 10 0 465 144 113
Binary 11111111 1111101 11101011 0 110011 1000 0 100110101 1100100 1001011

Color Harmonies of #FF7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DEB

Black with #FF7DEB

Text Example


Text Example

White with #FF7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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