Html Css Color HEX #FC82F2 Pale Magenta

📋 copy color: '#FC82F2'

red 252 ◦ green 130 ◦ blue 242

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

Shades of Pale Magenta #FC82F2

Tints of Pale Magenta #FC82F2

RGB

 RED value IS 252 (98.83% from 255) = 40.38%

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

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

R = 40.38%
G = 20.83%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC82F2 (or 0xFC82F2) is known color: Pale Magenta. HEX triplet: FC, 82 and F2. RGB value is (252,130,242). Sum of RGB (Red+Green+Blue) = 252+130+242=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 130 (51.17% from 255 or 20.83% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC82F2 is #037D0D. Grayscale: #B2B2B2. Windows color (decimal): -228622 or 15893244. OLE color: 15893244.

HSL color Cylindrical-coordinate representation of color #FC82F2: hue angle of 304.92º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC82F2 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 242 -
CMYK 0 0.48 0.04 0.01
HSL 304.92º 0.95% 0.75% -
HSV(B) 304.92º 0.48% 0.99% -
XYZ 64.15 43.07 88.94 -
YUV 179.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 252 130 242 0 0.48 0.04 0.01 304.92 0.95 0.75
Hex FC 82 F2 0 30 4 1 131 5F 4B
Octal 374 202 362 0 60 4 1 461 137 113
Binary 11111100 10000010 11110010 0 110000 100 1 100110001 1011111 1001011

Color Harmonies of #FC82F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC82F2

Black with #FC82F2

Text Example


Text Example

White with #FC82F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC82F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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