Html Css Color HEX #FF7AF0 Pale Magenta

📋 copy color: '#FF7AF0'

red 255 ◦ green 122 ◦ blue 240

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

Shades of Pale Magenta #FF7AF0

Tints of Pale Magenta #FF7AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.9%

R = 41.33%
G = 19.77%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF7AF0 (or 0xFF7AF0) is known color: Pale Magenta. HEX triplet: FF, 7A and F0. RGB value is (255,122,240). Sum of RGB (Red+Green+Blue) = 255+122+240=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 122 (48.05% from 255 or 19.77% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7AF0 is #00850F. Grayscale: #AEAEAE. Windows color (decimal): -34064 or 15760127. OLE color: 15760127.

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

Color convert

RGB 255 122 240 -
CMYK 0 0.52 0.06 0
HSL 306.77º 1% 0.74% -
HSV(B) 306.77º 0.52% 1% -
XYZ 63.93 41.47 87.07 -
YUV 175.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 255 122 240 0 0.52 0.06 0 306.77 1 0.74
Hex FF 7A F0 0 34 6 0 133 64 4A
Octal 377 172 360 0 64 6 0 463 144 112
Binary 11111111 1111010 11110000 0 110100 110 0 100110011 1100100 1001010

Color Harmonies of #FF7AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AF0

Black with #FF7AF0

Text Example


Text Example

White with #FF7AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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