Html Css Color HEX #FF82F0 Pale Magenta

📋 copy color: '#FF82F0'

red 255 ◦ green 130 ◦ blue 240

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

Shades of Pale Magenta #FF82F0

Tints of Pale Magenta #FF82F0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 20.8%

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

R = 40.8%
G = 20.8%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF82F0 (or 0xFF82F0) is known color: Pale Magenta. HEX triplet: FF, 82 and F0. RGB value is (255,130,240). Sum of RGB (Red+Green+Blue) = 255+130+240=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82F0 is #007D0F. Grayscale: #B3B3B3. Windows color (decimal): -32016 or 15762175. OLE color: 15762175.

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

Color convert

RGB 255 130 240 -
CMYK 0 0.49 0.06 0
HSL 307.2º 1% 0.75% -
HSV(B) 307.2º 0.49% 1% -
XYZ 64.95 43.52 87.41 -
YUV 179.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 255 130 240 0 0.49 0.06 0 307.2 1 0.75
Hex FF 82 F0 0 31 6 0 133 64 4B
Octal 377 202 360 0 61 6 0 463 144 113
Binary 11111111 10000010 11110000 0 110001 110 0 100110011 1100100 1001011

Color Harmonies of #FF82F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82F0

Black with #FF82F0

Text Example


Text Example

White with #FF82F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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