Html Css Color HEX #FF82F2 Pale Magenta

📋 copy color: '#FF82F2'

red 255 ◦ green 130 ◦ blue 242

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

Shades of Pale Magenta #FF82F2

Tints of Pale Magenta #FF82F2

RGB

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

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

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

R = 40.67%
G = 20.73%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#FF82F2 (or 0xFF82F2) is known color: Pale Magenta. HEX triplet: FF, 82 and F2. RGB value is (255,130,242). Sum of RGB (Red+Green+Blue) = 255+130+242=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 130 (51.17% from 255 or 20.73% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82F2 is #007D0D. Grayscale: #B3B3B3. Windows color (decimal): -32014 or 15893247. OLE color: 15893247.

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

Color convert

RGB 255 130 242 -
CMYK 0 0.49 0.05 0
HSL 306.24º 1% 0.75% -
HSV(B) 306.24º 0.49% 1% -
XYZ 65.25 43.64 88.99 -
YUV 180.14 162.91 181.39 -
System Red Green Blue C M Y K H S L
Decimal 255 130 242 0 0.49 0.05 0 306.24 1 0.75
Hex FF 82 F2 0 31 5 0 132 64 4B
Octal 377 202 362 0 61 5 0 462 144 113
Binary 11111111 10000010 11110010 0 110001 101 0 100110010 1100100 1001011

Color Harmonies of #FF82F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82F2

Black with #FF82F2

Text Example


Text Example

White with #FF82F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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