Html Css Color HEX #FF8AF0 Pale Magenta

📋 copy color: '#FF8AF0'

red 255 ◦ green 138 ◦ blue 240

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

Shades of Pale Magenta #FF8AF0

Tints of Pale Magenta #FF8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 21.8%

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

R = 40.28%
G = 21.8%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF8AF0 (or 0xFF8AF0) is known color: Pale Magenta. HEX triplet: FF, 8A and F0. RGB value is (255,138,240). Sum of RGB (Red+Green+Blue) = 255+138+240=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8AF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8AF0 is #00750F. Grayscale: #B8B8B8. Windows color (decimal): -29968 or 15764223. OLE color: 15764223.

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

Color convert

RGB 255 138 240 -
CMYK 0 0.46 0.06 0
HSL 307.69º 1% 0.77% -
HSV(B) 307.69º 0.46% 1% -
XYZ 66.06 45.73 87.78 -
YUV 184.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 255 138 240 0 0.46 0.06 0 307.69 1 0.77
Hex FF 8A F0 0 2E 6 0 134 64 4D
Octal 377 212 360 0 56 6 0 464 144 115
Binary 11111111 10001010 11110000 0 101110 110 0 100110100 1100100 1001101

Color Harmonies of #FF8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8AF0

Black with #FF8AF0

Text Example


Text Example

White with #FF8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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