Html Css Color HEX #FA80F0 Pale Magenta

📋 copy color: '#FA80F0'

red 250 ◦ green 128 ◦ blue 240

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

Shades of Pale Magenta #FA80F0

Tints of Pale Magenta #FA80F0

RGB

 RED value IS 250 (98.05% from 255) = 40.45%

 GREEN value IS 128 (50.39% from 255) = 20.71%

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

R = 40.45%
G = 20.71%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA80F0 (or 0xFA80F0) is known color: Pale Magenta. HEX triplet: FA, 80 and F0. RGB value is (250,128,240). Sum of RGB (Red+Green+Blue) = 250+128+240=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80F0 is #057F0F. Grayscale: #B0B0B0. Windows color (decimal): -360208 or 15761658. OLE color: 15761658.

HSL color Cylindrical-coordinate representation of color #FA80F0: hue angle of 304.92º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80F0 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 240 -
CMYK 0 0.49 0.04 0.02
HSL 304.92º 0.92% 0.74% -
HSV(B) 304.92º 0.49% 0.98% -
XYZ 62.87 42.05 87.24 -
YUV 177.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 250 128 240 0 0.49 0.04 0.02 304.92 0.92 0.74
Hex FA 80 F0 0 31 4 2 131 5C 4A
Octal 372 200 360 0 61 4 2 461 134 112
Binary 11111010 10000000 11110000 0 110001 100 10 100110001 1011100 1001010

Color Harmonies of #FA80F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80F0

Black with #FA80F0

Text Example


Text Example

White with #FA80F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80F0; }

 p { color: rgb(250,128,240); }

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

background-color css

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

 a { background-color: rgb(250,128,240); }

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

border-color css

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

 span { border-color: rgb(250,128,240); }

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