Html Css Color HEX #FF7ADE Pale Magenta

📋 copy color: '#FF7ADE'

red 255 ◦ green 122 ◦ blue 222

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

Shades of Pale Magenta #FF7ADE

Tints of Pale Magenta #FF7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.37%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 42.57%
G = 20.37%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7ADE (or 0xFF7ADE) is known color: Pale Magenta. HEX triplet: FF, 7A and DE. RGB value is (255,122,222). Sum of RGB (Red+Green+Blue) = 255+122+222=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 122 (48.05% from 255 or 20.37% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ADE is #008521. Grayscale: #ACACAC. Windows color (decimal): -34082 or 14580479. OLE color: 14580479.

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

Color convert

RGB 255 122 222 -
CMYK 0 0.52 0.13 0
HSL 314.89º 1% 0.74% -
HSV(B) 314.89º 0.52% 1% -
XYZ 61.38 40.45 73.68 -
YUV 173.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 255 122 222 0 0.52 0.13 0 314.89 1 0.74
Hex FF 7A DE 0 34 D 0 13B 64 4A
Octal 377 172 336 0 64 15 0 473 144 112
Binary 11111111 1111010 11011110 0 110100 1101 0 100111011 1100100 1001010

Color Harmonies of #FF7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ADE

Black with #FF7ADE

Text Example


Text Example

White with #FF7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ADE; }

 p { color: rgb(255,122,222); }

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

background-color css

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

 a { background-color: rgb(255,122,222); }

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

border-color css

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

 span { border-color: rgb(255,122,222); }

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