Html Css Color HEX #FF80F2 Pale Magenta

📋 copy color: '#FF80F2'

red 255 ◦ green 128 ◦ blue 242

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

Shades of Pale Magenta #FF80F2

Tints of Pale Magenta #FF80F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 40.8%
G = 20.48%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF80F2 (or 0xFF80F2) is known color: Pale Magenta. HEX triplet: FF, 80 and F2. RGB value is (255,128,242). Sum of RGB (Red+Green+Blue) = 255+128+242=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 128 (50.39% from 255 or 20.48% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80F2 is #007F0D. Grayscale: #B2B2B2. Windows color (decimal): -32526 or 15892735. OLE color: 15892735.

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

Color convert

RGB 255 128 242 -
CMYK 0 0.50 0.05 0
HSL 306.14º 1% 0.75% -
HSV(B) 306.14º 0.5% 1% -
XYZ 64.99 43.11 88.9 -
YUV 178.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 255 128 242 0 0.50 0.05 0 306.14 1 0.75
Hex FF 80 F2 0 32 5 0 132 64 4B
Octal 377 200 362 0 62 5 0 462 144 113
Binary 11111111 10000000 11110010 0 110010 101 0 100110010 1100100 1001011

Color Harmonies of #FF80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80F2

Black with #FF80F2

Text Example


Text Example

White with #FF80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80F2; }

 p { color: rgb(255,128,242); }

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

background-color css

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

 a { background-color: rgb(255,128,242); }

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

border-color css

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

 span { border-color: rgb(255,128,242); }

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